Question: [10]1. What is printed by this Python code? Answer: X- 2 #1 #2 #3 #4 printf ' A:', x, y) Y- 20 print ('B:', x,y)
![[10]1. What is printed by this Python code? Answer: X- 2](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3a97c17f1e_66766f3a97b83a45.jpg)
[10]1. What is printed by this Python code? Answer: X- 2 #1 #2 #3 #4 printf ' A:', x, y) Y- 20 print ('B:', x,y) print(22 / 4, 22 // 4, 22 % 4) #7 [6] 2. What is printed by this Python code? Answer: [6] 3. What is printed by this Python code? Answer: for in n print(n) range(3): #1 #2 [6] 4. What is printed by this Python code? print (5*x) [6] 5. What is printed by this Python code? Answer for x in [2, 4]: #2 Answer: def f(x): #1 #2 return x - 3 for n in [5, 9]: #3 #4 print(f (n [6] 6. What is printed by this Python code? print( 'A') Answer: def f): #1 #2 det g): print( ' B') #3 #5 #6 #7 qL()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
