Why Python Has Tuple When Lists Already Exists
Imagine you are the owner of Pizza Shop everytime a customer places an order.You store the order detail like this
Order = ["Margherita","Large",2]
This meanPizza:MargheritaSize:LargeQuantity:2Every
thelogicjournal.hashnode.dev2 min read