Python is a popular programming language. It was created in 1991 by Guido van Rossum.
python is not snake. python name taken from british comedy circus monty python.
Where in other programming languages the indentation in code is for readability only, in Python the indentation is very important.
Python uses indentation to indicate a block of code.
Python has commenting capability for the purpose of in-code documentation.
Comments start with a #, for multiple line comment use sortcut (alt+#) for comment and for uncomment use (alt+$)