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:
Answer:
age=int(input("Enter age"))
if age>=18:
print("You are Young")
else
print("You are child")
Explanation:
if you have any query or any problem kindly ask in comment
<span>Define additional characteristics such as font weight or style for an html tag:
- attributes</span>
Answer:
1000 megabytes are in a gigabyte
Explanation:
The answer is "operating systems" brcause you need that that to use the rest
'