We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba6d79c + 365f0ec commit 33b12b9Copy full SHA for 33b12b9
positiveNegetive.py
@@ -0,0 +1,5 @@
1
+n=int(input("Enter number: "))
2
+if(n>0):
3
+ print("Number is positive")
4
+else:
5
+ print("Number is negative")
0 commit comments