Vidyalelo
Python · Q36

MCQs for Python Strings: Exam

Programming · Python · question 36

Q36

What will be the output of the following Python code? print('1Rn@'.lower())

A.
n
B.
1rn@
Answer
C.
rn
D.
r

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board