fork download
  1. n = int(raw_input("enter a number"))
  2. z = int(raw_input("enter another number"))
  3.  
  4. while n !=0
  5.  
  6.  
Runtime error #stdin #stdout 0.02s 5852KB
stdin
Standard input is empty
stdout
Standard output is empty