fork download
  1. janela=[]
  2. leitura = ""
  3. for i in range(1, 100):
  4. if len(leitura) % i == 0:
  5. janela.append(i)
  6.  
  7. #https://pt.stackoverflow.com/q/394093/101
Success #stdin #stdout 0.01s 27712KB
stdin
Standard input is empty
stdout
Standard output is empty