Answer Posted / nashiinformaticssolutions
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
How to comment multiple lines in python?
What does if __name__ == “__main__”: do?
Who created the Python programming language?
What’s the difference between raw_input() and input() in python3.x?
Explain logical operators in python?
How do you get the current working directory using python?
What is a static method python?
Is there any way to kill a thread in python?
What is the interactive mode?
What is the statement that can be used in python if the program requires no action but requires it syntactically?
How to compare two list?
Do you know in python what are iterators?
Is python is better than java?
How to use gui that comes with python to test your code?
How can I evaluate an arbitrary python expression from c?