logo CodeStepByStep logo

max_min

Language/Type: Python basics mystery print variables

What is the output from the following code?

max = 0
min = 10
max = 17 - 4 // 10
max = max + 6
min = max -  min
print(max * 2) 
print(max + min)
print(max)
print(min)
output

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.