ef main():
print "Wlecome to my house."
rm = None
while rm != stars:
print\
"""
0 - Northe
1 - South
2 - East
3 - Weast
"""
rm = raw_input("What room you want to go?: ")
thank you so much because I got it :)
On Saturday, February 1, 2014 1:28 PM, Danny Yoo wrote:
On Fri, Jan 31, 2014 at 8:55 PM, hind fathallah
wrote:
> hi can you answer this question for me plz
[question omitted]
Many of us probably could answer this.
But this is not a homew
hi can you answer this question for me plz
Modify the Guess My number program from this chapter so that the player has
only five guesses. If the player run out of guess, the program should end the
game and display an appropriately chastising message. ___