RosettaCodeData/Task/Binary-strings/Python/binary-strings-1.py
Ingy döt Net 86c034bb8b new files
2013-04-10 12:38:42 -07:00

5 lines
162 B
Python

s1 = "A 'string' literal \n"
s2 = 'You may use any of \' or " as delimiter'
s3 = """This text
goes over several lines
up to the closing triple quote"""