-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe.py
More file actions
125 lines (125 loc) · 3.47 KB
/
e.py
File metadata and controls
125 lines (125 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
print("welcome to flipkart")
print("1.cloths 2.shoes 3.jacket")
item=int(input("Enter the buyingg product"))
price=0
if item=="1":
print("cloths")
print("choose=> 1.1000 2.2000 3.3000")
p=int(input("enter 1/2/3"))
if p==1:
print("choose Quantity")
Q=int(input("1to 3"))
if Q==1:
print("your order is placed")
price=1000
elif Q==2:
print("your order is placed")
price=2000
elif Q==3:
print("your order is placed")
price=3000
elif p==2:
print("choose Quantity")
Q=int(input("1to 3"))
if Q==1:
print("your order is placed")
price=2000
elif Q==2:
print("your order is placed")
price=4000
elif Q==3:
print("your order is placed")
price=6000
elif p==3:
print("choose Quantity")
Q=int(input("1to 3"))
if Q==1:
print("your order is placed")
price=3000
elif Q==2:
print("your order is placed")
price=6000
elif Q==3:
print("your order is placed")
price=9000
elif item=="2":
print("shoes")
print("shoes=> 1.500 2.1000 3.2000")
p=int(input("enter 1/2/3"))
if p==1:
print("choose Quantity")
Q=int(input("1to 3"))
if Q==1:
print("your order is placed")
price=500
elif Q==2:
print("your order is placed")
price=1000
elif Q==3:
print("your order is placed")
price=1500
elif p==2:
print("choose Quantity")
Q=int(input("1to 3"))
if Q==1:
print("your order is placed")
price=1000
elif Q==2:
print("your order is placed")
price=2000
elif Q==3:
print("your order is placed")
price=3000
elif p==3:
print("choose Quantity")
Q=int(input("1to 3"))
if Q==1:
print("your order is placed")
price=1500
elif Q==2:
print("your order is placed")
price=3000
elif Q==3:
print("your order is placed")
price=4500
elif item=="3":
print("jacket")
print("jacket=> 1.1500 2.2000 3.4000")
p=int(input("enter 1/2/3"))
if p==1:
print("choose Quantity")
Q=int(input("1to 3"))
if Q==1:
print("your order is placed")
price=1500
elif Q==2:
print("your order is placed")
price=3000
elif Q==3:
print("your order is placed")
price=4500
elif p==2:
print("choose Quantity")
Q=int(input("1to 3"))
if Q==1:
print("your order is placed")
price=2000
elif Q==2:
print("your order is placed")
price=4000
elif Q==3:
print("your order is placed")
price=6000
elif p==3:
print("choose Quantity")
Q=int(input("1to 3"))
if Q==1:
print("your order is placed")
price=4000
elif Q==2:
print("your order is placed")
price8000
elif Q==3:
print("your order is placed")
price=12000
print("your order is place in 3 days")