nasum121 / pythong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a=input("enter the number") if a>0: print("the number is negative") if a==0: print("the number is zero"); else: print("the number is positive")

About


Languages

Language:Python 97.5%Language:C 2.5%