Q49
What will be the output of the following Python code snippet? print('+99'.zfill(5))
A.
00+99
B.
00099
C.
+0099
AnswerD.
+++99
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board