‘Python comment block’ and similarly ‘Python docstring’ both are very useful features of python language, as comments are very common in other programming languages too. Following text will also explain the types of python comment block e.g python multiline comment. But now as usual, starts from basics of comments. What […]
How to do: Python Length of List
Published on :Python length of list, It is our target to learn today. For a beginner it raises some questions. What is meant by length of list? As you know that! List is a data structure which retains an ordered sequence of elements. List is mutable, that means any element(also known as […]