Full line comments take a complete line while Inline comments share the line with a statement or expression.
Full line:
# this is a full line comment
Inline:
a = 5 # this is an inline comment
Full line comments take a complete line while Inline comments share the line with a statement or expression.
Full line:
# this is a full line comment
Inline:
a = 5 # this is an inline comment