"Raven Of Night Raven Of Night" <[EMAIL PROTECTED]> wrote
>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.
Yes, and that argument is the prompt to display to the user, which
is wh
Raven Of Night Raven Of Night wrote:
> 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