Hi, there was this two step program I was working on but i can only complete
the first step.
- - Write a Who's Your Daddy? program that lets the user enter the name of
the male and produces the name of his father. Allow the user to add,
replace, and delete father son pairs. The program should a
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 l