Skip to content

Commit b5d7d7a

Browse files
committed
Syntax correction
1 parent cd8d9b0 commit b5d7d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-basic-data-types/escape_seqs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
print("\141")
99

1010
# Hex
11-
print(\x61")
11+
print("\x61")
1212

1313
# Unicode by name
1414
print("\N{rightwards arrow}")

0 commit comments

Comments
 (0)