Skip to content

Tag: python

Find and replace no updating values

I’m writing a script that combine csv into one and then do a find an replace for specific formatting and ask the user to correct the ones that not match. The output is not on the right csv format It should be Answer This problems has a number of different parts, and you’ve made a good attempt :) I…

Error when retrieving nested list values in python

I have this as my code right now main.py: It returns the first list, but not the second one. Traceback: How do I fix this? Answer Found a fix: If the count is a multiple of 2, it is skipped (to prevent printing twice). If the count is equal to the amount of commands, the iteration is stopped.