Arithmetic Formatter - Python


hey guys!
I’m starting to learn Python and I’m struggling to find the error(s)…
so if you could help me, that would be very nice!
Thanks in advance
Amelie.

that’s the 2nd part of my code

3rd part of my code

Please post your actual code instead of pictures. Pictures are hard to read.

Also, please describe what problems you are having in words and provide a link to the project you are working on. Thanks!

Please post a link to your replit.
Also try understanding the error message: It’s listing the files and the lines where the error occured. Second file is yours (because the first one calls it), line is 20 an error is you try to .split() the list “problems” instead of the actual “problem” you are looping with.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.