fork download
  1. print(int.__idiv__)
Runtime error #stdin #stdout #stderr 0.02s 9944KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
AttributeError: type object 'int' has no attribute '__idiv__'