Create 2 - What's Your Sign?
This commit is contained in:
parent
2f31fa3a39
commit
3b18c6a6d4
7
06/2 - What's Your Sign?
Normal file
7
06/2 - What's Your Sign?
Normal file
@ -0,0 +1,7 @@
|
||||
x=int(input())
|
||||
if x > 0:
|
||||
print("Positive")
|
||||
if x < 0:
|
||||
print("Negative")
|
||||
if x == 0:
|
||||
print("Zero")
|
Loading…
Reference in New Issue
Block a user