I wrote a program in python and it works fine but,the problem was every time it runs it takes the user input until the while loop was true.Due to this my console fills up and it looks like mess.What should i need to do in order to clear my console every time it takes input from the user and i need it to be done from the python script.
Is there anyway?
I searched for it but,there is no use.can anyone help me to get out of this problem?