6
eldamir
8y

Saw this in the Python project codebase today:

arg = '\"foo\"'

Which is funny, because '\"foo\"' == '"foo"'

Comments
Add Comment