Question
Write Python script to input two numbers from the user and store these values in two different variables. Then interchange (swap) the values of these two variables using a third variable.
Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.
79 19 43 52 3 95
Write the passes of bubble sort for sorting the list in ascending order till the 3rd iteration.

Table: Club
| Member_id | Member_Name | Address | Age | Fee |
| M001 | Sumit | New Delhi | 20 | 2000 |
| M002 | Nisha | Gurgaon | 19 | 3500 |
| M003 | Niharika | New Delhi | 21 | 2100 |
| M004 | Sachin | Faridabad | 18 | 3500 |
(i) What is the cardinality and degree of the above given table?
(ii) If a new column contact_no has been added and three more members have joined the club then how these changes will affect the degree and cardinality of the above given table.
