MCQs > IT & Programming > Python > hoose the correct answer from the given options. def vm(x. y): If x > y: greater = x else: greater = y while(True): if((greater 9-6 x == 0) and (greater % y == 0)): vm = greater break greater += 1 return vm numi = 64 num2 = 24 print(vm(num1. num2»

Python MCQs

Find the output of the following Python code and choose the correct answer from the given options.

def vm(x. y):

If x > y:

greater = x

else:

greater = y

while(True):

if((greater 9-6 x == 0) and (greater % y == 0)):

vm = greater

break

greater += 1

return vm

numi = 64

num2 = 24

print(vm(num1. num2»


Answer

Correct Answer:

192 

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