How can I get a ° (degree) character into a string?
°
just use \xb0 (in a string); python will convert it automatically
\xb0 (in a string);