Untitled

Anonymous
plain_text
01/26/2024 5:37 PM
164 B
11
Indexable
n = int(input())
if n > 0:
    print ('1')
    elif n < 0:
        print('-1')
        else n = 0:
            print('0')
Editor is loading...
Leave a Comment