diff --git a/README.md b/README.md index d6a832a..17f2e5c 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ # Python Assignments for Beginners +01 Strings +02 Lists +03 Dictonaries +04 Tuple +05 Set diff --git a/project pizza store b/project pizza store new file mode 100644 index 0000000..86cb6a6 --- /dev/null +++ b/project pizza store @@ -0,0 +1,16 @@ +# Simple pizza store +# product={'onion pizza':[10,'Rs.49'], +# 'Golden Corn Pizza':[10,'Rs.49'], +# 'Paneer Cheese Pizza':[10,'Rs.99']} +product={ + '1':["Onion Pizza","Rs.49",10], + '2':["Paneer Pizza","Rs"] +} +print "\n" +print "Welcome to The Pizza Store" +print "===============================" +for key,val in product.items(): + print key + " - " + val[1] +print "\n" +# help(dict) +user_order =
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: