Loading

Quipoin Menu

Learn • Practice • Grow

python / Conditional Statements
exercise
1/5
Exercise 1Python
Question

Write a Python program that takes a number from the user and prints whether it is positive, negative, or zero. Use `if-elif-else`.