Write a program to input a no. and display whether it is a positive number, negative number.
Answers
Answered by
0
Answer:
Python Program to Check if a Number is Positive, Negative or 0
In this example, you will learn to check whether a number entered by the user is positive, negative or zero. This problem is solved using if...elif...else and nested if...else statement.
To understand this example, you should have the knowledge of the following Python programming topics:
Python if...else Statement
Python Input, Output and Import
Mark me brainlist plz please
Similar questions