Skip to content

Instantly share code, notes, and snippets.

@amn41
Last active April 4, 2016 13:47
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 amn41/c588807a34c282bacc155f36ac1cc7fd to your computer and use it in GitHub Desktop.
Save amn41/c588807a34c282bacc155f36ac1cc7fd to your computer and use it in GitHub Desktop.
while ( not formData.is_complete() ):
questionKey = formData.first_missing_field()
ask(questions[questionKey])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment