First solution in Clear category for Exec Quine by Amachua
def quine(): a='def quine():\n a=%r;\n return a%%a'; return a%a
Aug. 20, 2014
Comments: