On 26 Sep 2019 10:28, Christian Gollwitzer <aurio...@gmx.de> wrote: Am 26.09.19 um 08:34 schrieb ast: > Hello > > A line of code which produce itself when executed > > >>> s='s=%r;print(s%%s)';print(s%s) > s='s=%r;print(s%%s)';print(s%s) > > Thats funny ! ==> Also impressive, a 128-language quine: https://github.com/mame/quine-relay -- https://mail.python.org/mailman/listinfo/python-list
- Funny code ast
- Re: Funny code Christian Gollwitzer
- Re: Funny code Albert-Jan Roskam