If a line in a program contains the symbol #, everything following on the same line is considered as a comment:
# This is a comment of the following statement a = 3 # ... which might get a further comment here
If a line in a program contains the symbol #, everything following on the same line is considered as a comment:
# This is a comment of the following statement a = 3 # ... which might get a further comment here