Thursday, 8 August 2013

can i change where the raw_input cursor is when the program is running - python

can i change where the raw_input cursor is when the program is running -
python

Can I change where the raw_input cursor is when the program is running.
For example my code is;
print raw_input ("Please enter your last name..") print (" Type now ..")
print raw_input ("please enter your first name..")
and I want the "Type now" part to be in the lower part of the screen
somewhere but the flashing | to remain after the "please enter your last
name" part.
Oooo, while I am here, can someone paste me out the code that makes my |
spin around? :D or impress me with something even more fancy?
Thank you everyone who read this question.

No comments:

Post a Comment