[Tutor] Break Help

PhantomsCore thomasjo2 at wsdstudent.net
Wed May 30 02:50:37 CEST 2012


    if gameIsDone:
        if playAgain():
            missedLetters = ''
            correctLetters = ''
            gameIsDone = False
            secretWord = getRandomWord(words)
        else:
              break

That is my coding. When I try to run it I get "Break outside loop"



--
View this message in context: http://python.6.n6.nabble.com/Break-Help-tp4976225.html
Sent from the Python - tutor mailing list archive at Nabble.com.


More information about the Tutor mailing list