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

Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6Question image 7Question image 8