as the title says, in python, I\'m trying to make it so when someone types in a choice (in this case Choice13) then it deletes the old password from the list passwords and adds
or you could modify the same list slot by doing:
passwords[passwords.index('mrjoeadmin')] = Choice13