RosettaCodeData/Task/Literals-String/Python/literals-string-1.py
2023-07-01 13:44:08 -04:00

7 lines
112 B
Python

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