Python Interview Questions – Part III
21. What is the significance of functions that start and end with _ symbol in Python? Ans : Python provides many built-in functions that are surrounded by _ symbol at the start and end of the function name. As per Python documentation, double _ symbol is used for reserved names of functions. These are also known as […]
Python Interview Questions – Part III Read More »
