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

3 lines
88 B
Python

txt = "Some text"
txt += '\x07'
# txt refers now to a new string having "Some text\x07"