-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathq.6.2
More file actions
28 lines (25 loc) · 758 Bytes
/
Copy pathq.6.2
File metadata and controls
28 lines (25 loc) · 758 Bytes
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
numDeps = [0,0,0,0,0,0,0]
clasS = ["DEAD", "Yoga 1", "Yoga 2", "Childrens Yoga", "Prental Yoga", "Senior Yoga"]
maxN = 7
clasS = int(input("Enter Number of class of which you wish enroll"))
while clasS >-1:
if clasS > maxN:
print("Number must be between 1 - 5")
else:
if clasS != -1:
print("You have joined class :",clasS
)
else:
break
rangE = 6
numbeR = int(input("Enter Class Number: ")
for numbeR in clasS
print(numbeR)
clasS = int(input("Enter Class number(1-5): ")
if numbeR < 0 :
print("Class two low, choose a number 1-5")
else:
if numbeR > 5:
print("Class to high, choose a number 1-5")
else:
break