# The following strings are byte-for-byte equivalent: str1 = "abc" str2 = """ a\ b\ c""" str3 = """\ a\ b\ c\ """