suppose i ask for 2 inputs:
input("Age:")
Something*
input("Name:")
But If I do this, then if I put 2 inputs. So If its asking for age and I put "5". Then while the program is doing *something, any inputs I make will go into the slot asking for Name before "Name:" even appears. How do i stop this from happening?