Skip to content

Instantly share code, notes, and snippets.

@Unitoi01
Created May 12, 2018 22:44
Show Gist options
  • Save Unitoi01/fd4ce92b363af0d8a6b9d8f85a5b0357 to your computer and use it in GitHub Desktop.
Save Unitoi01/fd4ce92b363af0d8a6b9d8f85a5b0357 to your computer and use it in GitHub Desktop.
random video play
def randomVideo(colArr):
rand= random.randint(0,2)
answer= colArr[rand]
return answer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment