fork download
  1. # your code goes here
  2. i=10
  3. while(i>100):
  4. print('jj')
  5. i=i+1
Success #stdin #stdout 0.02s 9012KB
stdin
Standard input is empty
stdout
Standard output is empty