ended8월 7일· 1 sources

python string literals are kinda funny

Why it matters

pop quiz: which of these lines is valid python, and what's the content of the resulting string? r'asdf\' r'asdf\'' answer the first line is a syntax error; the second line is valid. the content of the...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues