Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

3 of 4
added 15 characters in body
Mukundan314
  • 13.7k
  • 1
  • 19
  • 62

Python 2, (削除) 38 (削除ここまで) (削除) 37 (削除ここまで) 36 bytes

-1 bytes thanks to Jo King

s='print"s=%r;exec s"%(s+s)#';exec s

Try it online!


Python 3.8 (pre-release), (削除) 39 (削除ここまで) 38 bytes

exec(s:='print("exec(s:=%r)"%(s+s))#')

Try it online!

Mukundan314
  • 13.7k
  • 1
  • 19
  • 62

AltStyle によって変換されたページ (->オリジナル) /