Skip to content

Instantly share code, notes, and snippets.

@an-empty-string
Created May 10, 2016 22:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save an-empty-string/49b5447ff99c5f65edc50c6c29a09215 to your computer and use it in GitHub Desktop.
Save an-empty-string/49b5447ff99c5f65edc50c6c29a09215 to your computer and use it in GitHub Desktop.
tt = 0
n = 0
import time
input()
while True:
a = time.time()
input()
n += 1
tt += time.time() - a
print((n / tt) * 60)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment