CBSE Class 11 Computer Science
Question 29 of 98
Python Programming Fundamentals — Question 8
Back to all questionsImages: Vector
Reason — "Images: Vector" is not part of the Python character set because Python supports the following character set:
- Letters: A - Z, a - z
- Digits: 0 - 9
- Whitespaces: blank space, tabs ('\t'), carriage return, newline, formfeed.
- Special Symbols: +, -, /, , *, **, (), [], {}, //, =, !=, ==, <>, >=, <=, ;, :, %, !, ?, &, , ^, @, _
- Other characters: All other 256 ASCII and Unicode characters.