Re: [Tutor] help me

2014-03-10 Thread hind fathallah
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?: ")

Re: [Tutor] help me

2014-02-02 Thread hind fathallah
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

[Tutor] help me

2014-02-01 Thread hind fathallah
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. ___