Hacker News new | ask | show | jobs
by uryga 1751 days ago

  >>> x = [0]
  >>> for x in xs:
  ...   print(x)
  ...   xs.append(x+1)