UNPKG

116 BPlain TextView Raw
1# The following strings are byte-for-byte equivalent:
2key1 = "One\nTwo"
3key2 = """One\nTwo"""
4key3 = """
5One
6Two"""