Write a
program to check whether the
given
number
is
greater than 30.
Answers
Answered by
2
print("greater") if (n := int(input("n: ")) > 30) else print("smaller")
Similar questions