fork download
  1. h = 1
  2. while h == h:
  3. print "in forever cycle"
  4. h = float("nan")
  5. print "ops..."
Success #stdin #stdout 0.08s 10840KB
stdin
Standard input is empty
stdout
in forever cycle
ops...