Created
May 12, 2018 22:44
-
-
Save Unitoi01/fd4ce92b363af0d8a6b9d8f85a5b0357 to your computer and use it in GitHub Desktop.
random video play
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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