Skip to content

Commit 98b3629

Browse files
committed
Add a new line at the end
1 parent b5d7d7a commit 98b3629

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
@@ -11,4 +11,4 @@
1111
print("\x61")
1212

1313
# Unicode by name
14-
print("\N{rightwards arrow}")
14+
print("\N{rightwards arrow}")

0 commit comments

Comments
 (0)