I am currently writing a code that accepts user inputs. However, I intend to put in an option such that if the user made an error, they may restart the process again by typing in a specific input. And I’m hoping that the code clears all previous input from the namespace: For example I’d greatly appreciate any tips. Answer Supposedly