Question

14. Follow these instructions perfectly. In the Spyder Console, assign the integer O to the variable a. Then create a function called f() which has two instructions:the first assigns the

integer 1 to the variable a, and the second prints the variable a (both of these instructions must be indented in Python). Then call the function f). Finally, print a. The question has two parts: did calling f0 print the digit "1", and what is the value of a? Yes and 0 Yes and 1 No and 0 No and 1 Yes but something else No but something else Undefined

Fig: 1

Fig: 2

Fig: 3

Fig: 4

Fig: 5

Fig: 6

Fig: 7

Fig: 8