Python practice-7
Class XII Python Programming Test (Paper 7) Time Allowed: 3 hours Maximum Marks: 70 Section A (1 mark each) Question 1: Which method is used to remove an element from a set in Python? a) pop() b) discard() c) remove() d) delete() Question 2: What is the output of `2**3` in Python? a) 6 b) …