Skip to content

Instantly share code, notes, and snippets.

@lesp
Created April 28, 2016 12:27
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 lesp/c90015f8284c2e55cda0c7be67e6fe2b to your computer and use it in GitHub Desktop.
Save lesp/c90015f8284c2e55cda0c7be67e6fe2b to your computer and use it in GitHub Desktop.
Shuffle the light sequence and create a blank list for button presses
random.shuffle(lights)
print(lights)
sleep(0.5)
player = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment