We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64710c8 commit bc3b0e4Copy full SHA for bc3b0e4
chapter_01/01.hello.py
@@ -4,4 +4,4 @@
4
print('\n 3\\ for backslash: \t\\\\')
5
print('\n 4.\n\t for new line: \t\\n')
6
print('\n 5.\t for tab: \t\\t')
7
-print('\n 6.\b for backspace: \t\\b')
+print('\n 6.\b for backspace : \t\\b')
0 commit comments