What Is The Output Of Printmathtrunc8216318217 #825
What is the output of print(math.trunc(‘3.1’))?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Math - Quiz No.3.
What is the output of print(math.trunc(‘3.1’))?
3
3.0
error
none of the mentioned