raw_input (prompt_string) can prompt to input. How to offer
default value? And how to make the default value user
editable?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
|
I suggest looking into readline / pyreadline, or even possibly curses. |
|||
|
|
|
I'm not sure what you mean by user editable. If you want to provide a default they can override:
If you want them to be able to set the default value, you either need to use two prompts -- one to set the default, and then another as above -- or else use a tool other than |
|||
|
|