RosettaCodeData/Task/Literals-String/Python/literals-string-1.py

8 lines
112 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
'c' == "c" # character
'text' == "text"
' " '
" ' "
'\x20' == ' '
u'unicode string'
u'\u05d0' # unicode literal