filmov
tv
Write a Python Program to Print a Number is Positive/Negative Using If-Else

Показать описание
Hello Programmers, Welcome to my channel.
In this video you will learn about how to write a python program to print a number is positive/negative using if-else
Python Scripts
======================
Python Functions Solved
==========================
Python Programs Solved
============================
Code
=============================
number = int(input("Enter a Number : "))
if number less_than_symbol 0:
print(f"Number {number} is Negative")
else:
print(f"Number {number} is Positive")
Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
In this video you will learn about how to write a python program to print a number is positive/negative using if-else
Python Scripts
======================
Python Functions Solved
==========================
Python Programs Solved
============================
Code
=============================
number = int(input("Enter a Number : "))
if number less_than_symbol 0:
print(f"Number {number} is Negative")
else:
print(f"Number {number} is Positive")
Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners