Is there a function to replace a single character in a string in an nested list in python?
Is there a function to replace a single character in a string in an nested list in python? Question: I’ve been stumped on this problem for the last few hours. In this program: It starts with a list in this format: [[“no1/0~1~2~3~4~5~6], [“no2/7~8~9~10~11~12~13] …etc] Is there a way to easily increment the first number in …