4 lines
90 B
Python
4 lines
90 B
Python
# Test invalid escape characters.
|
|
# CPython issues a SyntaxWarning for this.
|
|
|
|
print("\z")
|