What if there are three parts: Product name, price and date (that is, (“Product1”, 10, “12 January”)?
I want to order the following items according to the date. Any help would be appreciated
items = [
("Product1", "10", "Jan 24"),
("Product2", "9", "Jan 13"),
("Product3", "12""Jan 25"),
]