Comments, Indentation, and Multilining

Learn about comments, indentation, and multiline statements in Python.

We'll cover the following

Comments

Single-line comments begin with # and multiline comments are written within a pair of ''' or """, as shown below:

Get hands-on with 1200+ tech skills courses.