PYTHON COMMENTS
Comments can be used to explain Python code.
Comments can be used to make the code more readable.
Comments can be used to prevent execution when testing code.
Print("Hello World!") # printing Hello world using python code
Python does not really have a syntax for multiline comments.