fork(1) download
  1. class Klasa:
  2. atrybut = []
  3.  
  4. def __init__(self):
  5. del self.atrybut
  6.  
  7. obiekt = Klasa()
  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>
  File "./prog.py", line 5, in __init__
AttributeError: atrybut