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