Помогите пожалуйста решить 13
#Python 3.6.4 y = int(input()) if y < 0: y = -1 elif y == 0: y = 0 else: y = 1 print(y)