top | item 21384342

(no title)

rectangletangle | 6 years ago

  >>> wiki_list = []
  >>> wiki_list.append(wiki_list)
  >>> print(wiki_list)
  [[...]]

discuss

order

ktpsns|6 years ago

Haha, I had to try out this in python myself to believe it. Recursion protection at str() level.