Is end a keyword in python?



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

Post New Answer

More Python Interview Questions

What does len () mean in python?

1 Answers  


Is python full stack?

1 Answers  


Find all occurrences of a substring in Python

1 Answers  


Can we overload constructor in python?

1 Answers  


What is meta class in python?

1 Answers  


How can you access a module written in python from c?

1 Answers  


Explain what is decorator?

1 Answers  


What is python used for at google?

1 Answers  


What is the use of join() for a string rather than list or tuple method?

1 Answers  


What is namespace in Python?

3 Answers  


What is python idle used for?

1 Answers  


What do you know about palindromes? Can you implement one in python?

1 Answers  


Categories