fork download
  1. x =-12
  2. if x >0:
  3. zn = 1
  4. elif x<0:
  5. zn=-1
  6. else:
  7. zn=0
  8. print(zn)
Success #stdin #stdout 0.03s 9624KB
stdin
Standard input is empty
stdout
-1