Computer Science, asked by paridhiagarwal1210, 3 months ago


Write a
program to check whether the
given
number
is
greater than 30.​

Answers

Answered by jai696
2

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

print("greater") if (n := int(input("n: ")) > 30) else print("smaller")

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions