Computer Science, asked by nishanthd20092, 10 months ago

name some built in literals of python​

Answers

Answered by Anonymous
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 52rosetiwary9b
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