Vidyalelo
Python · Q61

Formatting and Decorators

Programming · Python · question 61

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
Answer

Answer: Option D

Solution

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