Vidyalelo
Python · Q6

Formatting and Decorators

Programming · Python · question 6

Q6

In Python, what does the expression :.2e do in a formatted string?

A.
Formats a number in scientific notation
Answer
B.
Formats a floating-point number
C.
Formats an integer
D.
Formats a string

Answer: Option A

Solution

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