Skip to content

Instantly share code, notes, and snippets.

/tut

Created December 16, 2015 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1b453f991608cbfe7944 to your computer and use it in GitHub Desktop.
Save anonymous/1b453f991608cbfe7944 to your computer and use it in GitHub Desktop.
Using a loop construct, assign the value of the get_answer() method to an answer variable. Use the break keyword to exit the loop if the answer variable is equal to the string e. Assume get_answer() is already written.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment