We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8d9b0 commit b5d7d7aCopy full SHA for b5d7d7a
1 file changed
python-basic-data-types/escape_seqs.py
@@ -8,7 +8,7 @@
8
print("\141")
9
10
# Hex
11
-print(\x61")
+print("\x61")
12
13
# Unicode by name
14
print("\N{rightwards arrow}")
0 commit comments