Question

Does someone know why this is not a strict quine ?

_0='_0=%r;print _0%%_0';print _0%_0
Was it helpful?

Solution

The print statement appends a newline during execution, so you would need to include a newline in the snippet.

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top