Printing a degree symbol in Python
While trying to show the ball angle in PyGame I fired up charmap in Windows, copied the degree symbol, and pasted it into my code. As expected, I got this error in Komodo while trying print:
DeprecationWarning: Non-ASCII character ‘\xb0′ in file Python-1.py on line 4, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
execfile(file, [...]
