Examveda

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

A. 00+99

B. 00099

C. +0099

D. +++99

Answer: Option C


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python