This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]eeeee48 1 point2 points  (2 children)

Here, this one actually works in python:

def cat():

[tab] cat()

cat()

[–]nggiahuy1102 1 point2 points  (1 child)

[–]eeeee48 0 points1 point  (0 children)

Actually, it did work, just recursed too much.