Answer to Question #184317 in Python for LEROY

Question #184317

a.      Output "GREATER" if a given integer <num> is greater than 90.


1
Expert's answer
2021-04-22T12:46:22-0400
integer =int(input("Enter integer: "))
if integer>90:
    print("GREATER")

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