Created
September 23, 2019 18:02
-
-
Save martincalvert/0d4dd1a0aca2778431b4ef9e62c33236 to your computer and use it in GitHub Desktop.
This file contains 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
dmv_keys = [] | |
while true: | |
for key in dmv_keys: | |
thing = input(f'Enter {key}') | |
// Check the presence of each field before adding it to the list, should also think about making an input handler method that validates the quit content |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment