Python practice -3
Class XII Python Programming Test (Paper 3) Time Allowed: 3 hours Maximum Marks: 70 Section A (1 mark each) Question 1: What is the output of the following code? print(‘ab’ * 3) a) ababab b) ab3 c) abab d) Error Question 2: What is the result of `5 // 2` in Python? a) 2 b) …