Answer to Question #135677 in Python for tori

Question #135677
Test if a number grade is an A (greater than or equal to 90). If so, print "Great!".
1
Expert's answer
2020-09-29T08:28:10-0400
#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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS