RosettaCodeData/Task/Literals-String/Python/literals-string-1.py
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

7 lines
112 B
Python

'c' == "c" # character
'text' == "text"
' " '
" ' "
'\x20' == ' '
u'unicode string'
u'\u05d0' # unicode literal