Often we are required to write comments inside a python script. Unlike C,C++,Java,.Net in python, writing a comment is bit different. How to write a comment in Python? In python, we can write single line comment and multiline comment. Single line comment Begins with # Example #this is an example of single line comment Multiline […]