Commenting According to PEP8 Standards

# Fix issue with utf-8 parsing
def persuasion():
   """Attempt to get point across."""
   print('Following this advice about writing proper Python comments will make you popular at parties')

Sign up for more tips