Vidyalelo
Python · Q22

Formatting and Decorators

Programming · Python · question 22

Q22

What will be the output of the following Python expression if the value of x is 34? print(“%f”%x)

A.
34.00
B.
34.0000
C.
34.000000
Answer
D.
34.00000000

Answer: Option C

Solution

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