write a program for accepting grade numbers grade python if its between 1-4 then display primary section if it is between grade 5-10 then secondary section
Answers
Answered by
0
Answer:
x=int(input("ENTER YOUR GRADE:"))
if x<5:
if x>0:
print("primary section")
elif x>4:
if x<11:
print("senior section")
Similar questions
Math,
16 hours ago
English,
16 hours ago
India Languages,
1 day ago
Math,
8 months ago
Math,
8 months ago