by@n4o847
WA
497ms
s|s|s|
56 33 12 10 49 75 64 05 33 87 07 42
Traceback (most recent call last):
File "stuck.py", line 167, in <module>
main()
File "stuck.py", line 162, in main
process(prog, stack=[], t=0, nest=0)
File "stuck.py", line 55, in process
stack = plugins[plugin].CMDS[char](stack)
File "plugins/stuck_math.py", line 37, in abs_
def abs_(s): return s + [abs(s.pop())]
TypeError: bad operand type for abs(): 'str'