''' Why guidelines: adapted from: http://google.github.io/styleguide/pyguide.html ''' print() print( 'The point of having style guidelines is to have a common' ) print( 'vocabulary of coding so people can concentrate on what you ' ) print( 'saying rather than on how you are saying it.' ) print()