↻
⏵︎ Run
list_of_tuples = [(1,'Saranya',92), (2,'Surya',95), (3,'Manu',93)] del list_of_tuples[2] print(list_of_tuples)
Output