name some built in literals of python
Answers
Answered by
6
Answer:
>>>> Python comes with some built-in objects. Some are used so often that Python has a quick way to make these objects, called literals. The literals include the string, unicode string, integer, float, long, list, tuple and dictionary types
Answered by
0
Answer:
True, False and None are some built in literals in Python.
- True and False are Boolean literals.
- None is a special literal which means the absence of any value.
Similar questions
History,
5 months ago
Political Science,
5 months ago
Math,
10 months ago
English,
10 months ago
Science,
1 year ago