Josh Munn's Website
A Python quine [2022-04-09 Sat]

Home

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}))'))