Q61
What will be the output of the following Python code snippet? X=”hi” print(“05d”%X)
A.
00000hi
B.
000hi
C.
hi000
D.
error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board