# adding 6.99
cost = cost + 6.99 Guidelines according to PEP8 and python.org:
# followed by a single space.# followed by a single space and should be indented to the same level as the code it precedes.BAD comment
Better comment
BAD comment
Better comment
Some common variable naming recommendations:
Fine
Fine
Fine
Not Recommended
Not Recommended
Not Recommended
Comments
Bad Comments: Example of a comment that doesn’t make sense
Bad Comments: Example of commenting gone overboard
Good Comments: Example of a useful comment