My Snippets
My Collections
Search Engine
Pricing
Untitled
unknown
plain_text
a year ago
121 B
1
Indexable
n = int(input()) if n > 0: print ('1') elif n < 0: print('-1') else n = 0: print('0')
Leave a Comment