Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 186 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 186 Bytes

s=int(input('Enter the number ')) if(s!=0): if(s<0): print('Negative') else: print('Positive') else: print('given number is not positive and negative value')