whitespace in Python

The most common whitespace characters are the following:
Character | ASCII Code | Literal Expression
--- | --- | --- 
Space | 32 (0x20) | ‘ ‘
tab | 9 (0x9) | ‘\t’
newline | 10 (0xA) | ‘\n’