Skip to content

Instantly share code, notes, and snippets.

@melpomene
Created September 6, 2013 14:08
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 melpomene/6464322 to your computer and use it in GitHub Desktop.
Save melpomene/6464322 to your computer and use it in GitHub Desktop.
all_questions = None
for database in databases:
if all_questions is None:
all_questions = load_questions(database=database,verified=True)
build_something(questions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment