Skip to content

Commit aa74a4f

Browse files
added more Escape characters
1 parent ac33388 commit aa74a4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2327,6 +2327,9 @@ A List comprehension can be generated from a dictionary:
23272327
| `\t` | Tab |
23282328
| `\n` | Newline (line break) |
23292329
| `\\` | Backslash |
2330+
| `\b` | Backspace |
2331+
| `\ooo` | Octal value |
2332+
| `\r` | Carriage Return |
23302333

23312334
Example:
23322335

0 commit comments

Comments
 (0)