Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

Python

Compiler

CPython 3.8.0

Options

$ python3 prog.py
Traceback (most recent call last):
  File "prog.py", line 68, in <module>
    main()
  File "prog.py", line 51, in main
    add_all(*range(10))
TypeError: add_all() takes 1 positional argument but 10 were given
Exit Code:
1