Skip to content

Instantly share code, notes, and snippets.

@olaugh
Created September 30, 2013 06:23
Show Gist options
  • Save olaugh/6759972 to your computer and use it in GitHub Desktop.
Save olaugh/6759972 to your computer and use it in GitHub Desktop.
import time
start_time = time.time()
words = []
while time.time() - start_time < 20: words += [raw_input()]
print words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment