Language
Python
Compiler
CPython 3.6.2
Options
$ python3 prog.py
1
3
Traceback (most recent call last):
File "prog.py", line 18, in <module>
print(sums("abc"))
File "/opt/wandbox/cpython-3.6.2/lib/python3.6/functools.py", line 803, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
File "prog.py", line 5, in sums
raise TypeError
TypeError
Exit Code:
1