[Tutor] help me

Dave Angel davea at davea.name
Tue Mar 11 00:11:21 CET 2014


 hind fathallah <hind_fathallah at yahoo.com> Wrote in message:
>
> 

>  while rm != stars:
        print\
        """
        0 - Northe
        1 - South
        2 - East
        3 - Weast
        """
        rm = raw_input("What room you want to go?: ")

Why are you looping till he gets to the weast room? Why not loop
 till stars reaches 3?

-- 
DaveA



More information about the Tutor mailing list