Computer Science, asked by negianurag5452, 3 months ago

Given following list L that stores the names of Nobel prize winners . Each element of the list is a tuple containing details of one Nobel prize winner. L = [ ("Wilhelm Conrad R’ontgen", "Physics", 1901), ("Ronald Ross", "Medicine", 1902), ("Marie Curie", "Physics", 1903) ("Ivan Pavlov", "Medicine", 1904), ("Henryk Sienkiewicz", "Literature", 1905), ("Theodore Roosevelt", "Peace", 1906)] Write a program to sort the list in the order of Last names of the winners. Use insertion sort algorithm.

Answers

Answered by kashish1619
1

Answer:

okkkkkkkkkkkkkkkkkkkk

Similar questions