promptdojo_

Tracebacks — read the wall of text — step 6 of 8

Claude wrote this expecting total: 15. Instead it crashes with TypeError: unsupported operand type(s) for +: 'int' and 'str'.

The bug is on line 3: "10" is a string, not a number. Python won't add 5 + "10". Fix the line so the code prints total: 15.

The break is on line 3 — but read the whole snippet first.

full-screen editor opens — close anytime to keep reading.