Vidyalelo
Python · Q49

MCQs for Python Strings: Exam

Programming · Python · question 49

Q49

What will be the output of the following Python code snippet? print('+99'.zfill(5))

A.
00+99
B.
00099
C.
+0099
Answer
D.
+++99

Answer: Option C

Solution

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