Edhesive 3.5 code practice quetion one
1 answer:
Answer:
x = int(input("What grade are you in? "))
if (x == 9):
print("Freshman")
elif (x == 10):
print("Sophomore")
elif (x == 11):
print("Junior")
elif (x == 12):
print("Senior")
else:
print("Not in High School")
Explanation:
Hope this helps lovely :)
You might be interested in
Answer:
(target - 10 ≤ score) AND (score ≤ target + 10)
Explanation:
Answer:
its the basic link
Explanation:
Answer:
Hope it helps.have a look.
DNA replication is just making a copy of someone or somethings DNA
1 3 and 4... you are just counting up from 0