python practice-8
Class XII Python Programming Test (Paper 8) Time Allowed: 3 hours Maximum Marks: 70 Section A (1 mark each) Question 1: What is the output of the following code? print(’12’ + ’34’) a) 46 b) 1234 c) 56 d) ’12’ ’34’ Question 2: Which of the following is not a Python data type? a) list …