Examveda

What will be the output of the following Python code snippet?
print('{:,}'.format(1112223334))

A. 1,112,223,334

B. 111,222,333,4

C. 1112223334

D. Error

Answer: Option A


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python