I am programming in the python IDLE and have created a menu consisting of 4 lines. After the user has typed a number between 1 to 4 in the shell, I want to delete the menu and the program will continue to run. Is there any code I can write in the IDLE to delete the menu once it is printed in the python shell?
Thanks for your help