s1mple = [('apple', 2.10), ('milk', 4.50), ('banana', 10.50)]
The order code is :(input)
Enter order for apple:
Enter order for milk:
Enter order for Krusty:
Put the above three input In the list, Such as [1,1,1,]
Application def, and menu by s1mple
The renderings are as follows