Last active
April 4, 2016 13:47
-
-
Save amn41/c588807a34c282bacc155f36ac1cc7fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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