0
votes
0answers
87 views

Allowing a user to restore a deleted item from a python list

I am writing a program that will allow a user to decode a word (an encoded football team) that has been imported from a text file. Another text file contains the decoded football team. The user will ...