Vidyalelo
Python · Q70

MCQs for Python Strings: Exam

Programming · Python · question 70

Q70

What will be the output of the following Python code? >>>example = "snow world" >>>example[3] = 's' >>>print example

A.
snow
B.
snow world
C.
Error
Answer
D.
snos world

Answer: Option C

Solution

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