What is the difference between string and character ?
For example:
print 'Olá, mundo!'
print "Olá, mundo!"
Being both in theory are the same, right?
PS: I opened the XML to do my color editing, and in the Python XML comes a color for string and a color for character . >
When I use the double quotation marks, one color and single quotation marks changes. But only that runs normally.