Guess you have following code:
The output:
Did you know/expect that?
It's infinite, because it refers on itself.
You can do this:
1 2 3 |
x = [ 1 , 2 , 3 ] x.append(x) print (x) |
Did you know/expect that?
It's infinite, because it refers on itself.
You can do this:
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
All humans together. We don't need politicians!