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.