Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

Python

Compiler

CPython 3.8.0

Options

Author

anonymous

about 4 years ago

$ python3 prog.py
1 2
Traceback (most recent call last):
  File "prog.py", line 6, in <module>
    qaz(1, 2)
  File "prog.py", line 3, in qaz
    print(type(*args))
TypeError: type() takes 1 or 3 arguments
Exit Code:
1