Answer Posted / glibwaresoftsolutions
A string literal is created by appending text to a variable that is enclosed in single or double quotes. To create multiline literals, assign the multiline text enclosed in triple quotes.
Numerical Literal: They could include complex numbers, integers, or floating-point data.
Character Literal: One character is enclosed in double quotations to create this.
True or False is the Boolean literal.
List collections, tuple literals, set literals, dictionary literals, and set literals are the four categories of literals.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Python documentation is called?
Is python can be compatible with command prompt?
What apps are written in python?
How to compare two lists in python?
What is the command to debug a python program?
Is Python an easy-to-learn language
What are the ideal naming conventions in python?
What is an elif in python?
What do you mean by list comprehension?
What does serialization mean in python?
What are object methods?
How to install python on windows and set path variable?
How do I run notepad ++ in python?
Whats the difference between input() and raw_input()?
Explain try, raise, and finally?