Skip to content

Instantly share code, notes, and snippets.

@maluta
Created November 4, 2013 22:09
Show Gist options
  • Save maluta/7310017 to your computer and use it in GitHub Desktop.
Save maluta/7310017 to your computer and use it in GitHub Desktop.
import os
import time
import random
random.seed(os.urandom(256))
for i in range(6):
t = random.randrange(1,60)
print t
time.sleep(t)
@maluta
Copy link
Author

maluta commented Nov 4, 2013

7
4
44
11
27
25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment