[Tutor] hi, learning python
Raven Of Night Raven Of Night
raistlen117 at msn.com
Sun Dec 24 20:09:36 CET 2006
print "Guesses you've taken: ",i, "\nGuess letter: "
letter_guess = raw_input()'
this is a line of my program, and raw_input only takes one argument. I want
it to display like this
Guesses you've taken: 0
Guess letter: (letter would go here)
instead of
Guesses you've taken: 0
Guess letter:
(leter you've taken)
is there a way to continue the input line, like in java you would just do
System.out.print?
thanks
_________________________________________________________________
Experience the magic of the holidays. Talk to Santa on Messenger.
http://clk.atdmt.com/MSN/go/msnnkwme0080000001msn/direct/01/?href=http://imagine-windowslive.com/minisites/santabot/default.aspx?locale=en-us
More information about the Tutor
mailing list