From f6ba730150fb8987e80c415446241955a9b2e36d Mon Sep 17 00:00:00 2001 From: Prithviraj Mane Date: Thu, 15 Oct 2020 12:31:47 +0530 Subject: [PATCH 1/3] Create project pizza store --- project pizza store | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 project pizza store diff --git a/project pizza store b/project pizza store new file mode 100644 index 0000000..3f3413e --- /dev/null +++ b/project pizza store @@ -0,0 +1,15 @@ +# 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 = From 7d312ba76258430cf7cd01bb2dff7f383614b84d Mon Sep 17 00:00:00 2001 From: Prithviraj Mane Date: Thu, 15 Oct 2020 12:35:21 +0530 Subject: [PATCH 2/3] Update project pizza store --- project pizza store | 1 + 1 file changed, 1 insertion(+) diff --git a/project pizza store b/project pizza store index 3f3413e..86cb6a6 100644 --- a/project pizza store +++ b/project pizza store @@ -1,3 +1,4 @@ +# Simple pizza store # product={'onion pizza':[10,'Rs.49'], # 'Golden Corn Pizza':[10,'Rs.49'], # 'Paneer Cheese Pizza':[10,'Rs.99']} From f60dde627bb4419c0eb6919edea4bbccadbb1076 Mon Sep 17 00:00:00 2001 From: Prithviraj Mane Date: Thu, 15 Oct 2020 12:39:43 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy