Vidyalelo
Python · Q55

Module in Python

Programming · Python · question 55

Q55

What is the output of print(math.trunc('3.1'))?

A.
3
B.
3.0
C.
error
Answer
D.
none of the mentioned

Answer: Option C

Solution

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