Question #135677

Test if a number grade is an A (greater than or equal to 90). If so, print "Great!".

Expert's answer

#promt user to input
grade = int(input("Enter the grade: ")) 

#check if grade is an A
if grade >= 90:

    #if yes, print "Great!"
    print("Great!"

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS