Question: Rearrange code blocks below so that the program has a global variable called my _ var. The function add _ 5 should add 5 to

Rearrange code blocks below so that the program has a global variable called my_var. The function add_5 should add 5 to my_var. Indent code when necessary.
my_var =5
def add_5():
add_5()
print(my_var +5)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!