2.9CHARACTER SET USED IN PYTHON
The character set allowed in Python consists of the following characters:
1.Alphabet – This includes uppercase as well as lowercase letters of English, i.e., {A, B, C... ., Z} and {a, b, c... ., z}.
2.Digits – This includes decimal digits, i.e., {0, 1, 2 . . ., 9}.
3.White Spaces – This includes spaces, enters, and tabs.
4.Special Characters – These consist of special symbols, including {, !, ?, #, <, >, (, ), %, “, &, ^, *, <<, >>, [, ], +, =, /, -, _, :, ;, }.