ID:160900
![]() Jul 12 2008, 7:53 am
|
|
Ok, so I'm sick of input popup boxes, and I'm trying to figure out how I would get infomation from the user, with the use of input. Like Text-based...
|
Lundex wrote:
Ok, so I'm sick of input popup boxes, and I'm trying to figure out how I would get infomation from the user, with the use of input. Like Text-based... You'll have to be more specific about what you're trying to do. |
Basically, like this
What do you want your name to be? (Nothing but text) You type in James. Are you sure you want your name to be James? Y or N You type in Y or yes. What is your password I figure you get the basic idea.. |
var/Name = input("What do you want your name to be?","Name") as text |
like that?