Commenting

making notes readable only to humans in Python code

Simply comment by using the # operator, which instructs the program to ignore that line:

# Comment that does not affect the program

Last updated