was wondering how do you get it to input on the same line.
e.g. a=input(" type in a number")
b=input(" type in a number")
how do you get it so that when they have
entered in a value for a, the next prompt
is on the same line and so you don't see the first prompt?
i.e. the cursor keeps moving down the screen normally
how do you prevent this so that the inputs happen on
the same x,y positions ??
thanks,
SD
e.g. a=input(" type in a number")
b=input(" type in a number")
how do you get it so that when they have
entered in a value for a, the next prompt
is on the same line and so you don't see the first prompt?
i.e. the cursor keeps moving down the screen normally
how do you prevent this so that the inputs happen on
the same x,y positions ??
thanks,
SD