Write a Python Program to Check if a Number is Positive, Negative or Zero

preview_player
Показать описание
Hi Guys, Welcome to my channel.

In this video you will learn about how to Write a Python Program to Check if a Number is Positive, Negative or Zero

Python Scripts
======================

Python Functions Solved
==========================

Python Programs Solved
============================

Code
=============================

number = float(input("Enter a Number : "))

if number replace_this_with_greater_than_letter 0:
print("Number is Positive")
elif number replace_this_with_less_than_letter 0:
print("Number is Negative")
else:
print("Number is Zero")

Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Рекомендации по теме