what are literals in python??
Answers
Answered by
7
Explanation:
Objects and Literals. ... 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
7
Python Literals can be defined as data that is given in a variable or constant.
Similar questions