I\'m writing a little program as a self-learning project in Python 3.x. My idea is for the program to allow two fields of text entry to the user, and then plug the user\'s i
Most straightforward way is try to change the key at the beginning, maybe to a stub value - if that fails, catch the error and tell the user.