Is end a keyword in python?
Answer / Umesh Kumar Singh
No, 'end' is not a keyword in Python. However, it can be used as an argument in the print function to specify the line ending.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does len () mean in python?
Is python full stack?
Find all occurrences of a substring in Python
Can we overload constructor in python?
What is meta class in python?
How can you access a module written in python from c?
Explain what is decorator?
What is python used for at google?
What is the use of join() for a string rather than list or tuple method?
What is namespace in Python?
What is python idle used for?
What do you know about palindromes? Can you implement one in python?