Page 360 - Information_Practice_Fliipbook_Class11
P. 360
b.
24. Write a program to accept a list of integers, reverse the order of elements in the list, and display the reversed list.
Do NOT use any built-in function or apply slicing in your program. For example, for the given list [1, 4, 2, 6],
the program should output the list [6, 2, 4, 1]
25. Consider the table Athlete given below:
Table: Athlete
Write a program in Python to perform the following tasks:
Display the records of category Sub Junior
Change the category of Piyush to Junior
Delete the records of students who are not participating in Event2.
346 Touchpad Informatics Practices-XI

