Examveda

Suppose x is 345.3546, what is format(x, "10.3f") (_ indicates space).

A. __345.355

B. ___345.355

C. ____345.355

D. _____345.354

Answer: Option B


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python