Rule: Remove string iff first non-whitespace sequence starts with """
Does whitespace need to be consolidated
Condense all instances of 1 or more blank lines into a single blank line
Does order of "" '' matter for strings? Decide "" on outside and '' in inner or vice versa?
-Ex: "man named 'jack'" vs 'man named "jack"' and str = "hi" or str = 'hi'
#...
""" ... """
"""