|
|
|
|
|
by gegenschall
4223 days ago
|
|
Well Python 2 "protects" you from silly things like that and throws a syntax error. In [4]: class АnotherClass():
...: pass
File "<ipython-input-4-ad6e67ea5e19>", line 1
class АnotherClass():
^
SyntaxError: invalid syntax
|
|
[1] PEP 0263: https://www.python.org/dev/peps/pep-0263/