This question already has an answer here:
I have learnt from PEP 3131 that non-ASCII identifiers were supported in Python, though it's not considered best practice.
However, I get this strange behaviour, where my
This question already has an answer here:
I have learnt from PEP 3131 that non-ASCII identifiers were supported in Python, though it's not considered best practice.
However, I get this strange behaviour, where my
Per the documentation on identifiers:
You can see that U+03C4 is the appropriate result using
unicodedata
: