Answer Posted / glibwaresoftsolutions
In Python, literals are fixed values that are appended to variables immediately, without the need for calculation. In the source code, they stand for constant values
.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how you can access sessions in flask?
How do I share global variables across modules?
How to print without newline or space?
What is an interpreter for python?
Why do we use sets in python?
Explain python variable scope error?
Differentiate between the append() and extend() methods of a list?
What is python slice()?
Is python 0 indexed?
What is difference between sort and sorted in python?
As python is more suitable for the server-side application, it is very important to have threading implemented in your server code. How can you achieve that in python?
What sort does python use?
What is string in python?
How do I convert time to seconds in python?
Whenever python exists why does all the memory is not de-allocated / freed when python exits?