What does
mean in python?



What does mean in python?..

Answer / Avneesh Chittodia

In Python, ` is used as a docstring delimiter. It denotes a multi-line string that provides documentation for the function or class it precedes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Do arrays start at 0 in python?

1 Answers  


How do I run a python file in python shell?

1 Answers  


How do you achieve web scraping in python?

1 Answers  


What do you mean by the dictionary in python?

1 Answers  


What is py4j?

1 Answers  


How do you create a database in python?

1 Answers  


Explain about dir() and help() function will do in python?

1 Answers  


Multiply all elements of a list without writing a loop?

1 Answers  


What type of language is python? Programming or scripting?

1 Answers  


What is anagram in python?

1 Answers  


Explain about assert statement?

1 Answers  


Which linux is best for python programming?

1 Answers  


Categories