how many literals does python support
Answers
Answered by
0
Answer:
Numeric literals can belong to following four different numerical type.lll.Boolean literals :A Boolean literal can have any of the two value
Answered by
0
Answer:Objects are also called data structures. 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.
Similar questions