MCQs > IT & Programming > Python > Output of following code? x, y = 15, 45 res = x if x < y else y print(res)

Python MCQs

What will be the output of following code? x, y = 15, 45 res = x if x < y else y print(res)

Answer

Correct Answer: 15

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

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it