Book traversal links for Python Comments ‹ Working with Files Up Configure Python with VS Code › Types of comments There are the two types of comments in Python. Single line comments : # multiline comments: """ This is a comment written in more than just one line """