You have turned-in this assignment. You can review the lesson and see your previous answers.

Exit Quiz

Question 1 of 4
1 of 4

What value will be output when this program is executed?
123456
def example(): number = 10 print(number) number = 5 example()
Code colour

Select one answer