Question: Analyse the following code: # function definitions def myFunction0 (number): x=7+ number print (x) Answer the following questions (about the program above) in the online

Analyse the following code: \# function definitions def myFunction0 (number): x=7+ number print (x) Answer the following questions (about the program above) in the online text-editor. (add submission will open this editor). A. Which variables are global variables? B. For each function, what are the local variables and the local parameters? C. What does the program print? (There are 5 print statements!) D. What is the scope of xx
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
