MCQs > IT & Programming > Python > Output of the following Python code? def KToFiTemp): assert (Temp >= 0),'Colder than absolute zero!'return ((Temp-273)‘1.8)+32 print KToF(273) print int(KToF(505.78)) print KToF(-5)

Python MCQs

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


def KToFiTemp):

assert (Temp >= 0),"Colder than absolute zero!"return ((Temp-273)‘1.8)+32

print KToF(273)

print int(KToF(505.78))

print KToF(-5)


search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it