Python/Python Mcq Set 4 MCQs :- multiple choice questions and answers. e.g Python MCQS,Python Mock Tests , Python Practice Papers ,Python Sample Test,Python Sample questions

Your Session ID :-Guest1033303

Question 1: What will be the output of the following Python code? x = ['ab', 'cd'] for i in x: i.upper() print(x)

[‘ab’, ‘cd’]

[‘AB’, ‘CD’]

[None, None]

none of the mentioned

Total MCQS Questions are 50 in this paper Python Mcq Set 4