Josh Munn's Website
Home
Posts
Tags
A Python Quine
April 9, 2022
Here’s a Python 3 quine I wrote:
(q
:=
'(q:=
{q!r}
,print(f
{q!r}
))'
,print(
f
'(q:=
{
q
!r}
,print(f
{
q
!r}
))'
))
Tags:
Python
Programming
Quines