fork download
  1. class watcher:
  2. x = 69
  3.  
  4. def main():
  5. lista = []
  6. for i in range(99):
  7. lista.append(watcher())
  8.  
  9.  
Success #stdin #stdout 0.02s 27616KB
stdin
Standard input is empty
stdout
Standard output is empty