Skip to content

Instantly share code, notes, and snippets.

@martincalvert
Created September 23, 2019 18:02
Show Gist options
  • Save martincalvert/0d4dd1a0aca2778431b4ef9e62c33236 to your computer and use it in GitHub Desktop.
Save martincalvert/0d4dd1a0aca2778431b4ef9e62c33236 to your computer and use it in GitHub Desktop.
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