fork download
  1. import random
  2.  
  3. goal = rand(1,100)
  4.  
  5. guess = 0
  6.  
  7. while guess != goal
Runtime error #stdin #stdout 0.02s 5760KB
stdin
Standard input is empty
stdout
Standard output is empty