Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

Python

Compiler

CPython 3.6.2

Options

Author

anonymous

over 6 years ago

$ python3 prog.py
[1, 2]
[3, 4]
Traceback (most recent call last):
  File "prog.py", line 12, in <module>
    lst
TypeError: <lambda>() missing 1 required positional argument: 'arg2'
Exit Code:
1