MCQs > IT & Programming > Python > Output of the following Python code? import math a = 3.4536 print ('Result = ',end='') print (math.trunc(a)+math.ceil(a)+math.floor(a))

Python MCQs

What will be the correct output of the following Python code?

import math

a = 3.4536

print ("Result = ",end="")

print (math.trunc(a)+math.ceil(a)+math.floor(a))


Answer

Correct Answer:

Result = 10

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Python MCQ Questions

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it