Hacker News new | ask | show | jobs
by rectangletangle 2419 days ago

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

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