Edhesive 3.5 code practice answers
Answers
Answered by
17
Answer:
3.5 Code Practice - Repl.it
# Input grade number # grade = int(input("Enter your grade. number: ")) time. sleep(.5) # Freshman # if grade == 9: print("Freshman") # Sophmore # elif grade == 10: print("Sophomore") # Junior # elif grade == 11: print("Junior")
Answered by
7
Explanation:
3.5 Code Practice - Repl.it
# Input grade number # grade = int(input("Enter your grade. number: ")) time. sleep(.5) # Freshman # if grade == 9: print("Freshman") # Sophmore # elif grade == 10: print("Sophomore") # Junior # elif grade == 11: print("Junior"
Similar questions
India Languages,
5 months ago
Math,
5 months ago
Physics,
11 months ago
Physics,
1 year ago
Math,
1 year ago