CBSE BOARD XII, asked by reshmasri246, 9 days ago

Write a program to check it all the elements of a tuple are in descending order or not. B. What are literals in Python? How many types of literals are allowed in Python?​

Answers

Answered by reshmaranisoren90
2

Python literals..

Python literals can be defined as data that is given in a variable or constant..

Explanation:-

Python support the following literals..

String literals:

String literals can be formed by enclosing a text in a quotes.We can use both single as well as double quotes to create a string..

Similar questions