fork download
  1. # your code goes here
  2. class Cls:
  3. __slots__ = 'ⅇxample',
  4.  
  5.  
  6. obj = Cls()
  7. obj.ⅇxample = 123
  8.  
Runtime error #stdin #stdout #stderr 0.02s 27712KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 7, in <module>
AttributeError: 'Cls' object has no attribute 'example'