CBSE Class 11 Computer Science
Question 54 of 106
Python Fundamentals — Question 3
Back to all questions 3
Question Question 3
What are literals in Python ? How many types of literals are allowed in Python ?
Literals are data items that have a fixed value. The different types of literals allowed in Python are:
- String literals
- Numeric literals
- Boolean literals
- Special literal None
- Literal collections