Skip to content

Instantly share code, notes, and snippets.

@Unitoi01
Created May 12, 2018 22:45
Show Gist options
  • Save Unitoi01/7accd9bb5ed1f3f540360c138eaf267f to your computer and use it in GitHub Desktop.
Save Unitoi01/7accd9bb5ed1f3f540360c138eaf267f to your computer and use it in GitHub Desktop.
videoArray
def videoArr():
colArr=[0 for x in range(4)]
colArr[0]= "blue.MP4"
colArr[1]= "green (1).MP4"
colArr[2]= "pink.MP4"
colArr[3]= "white.MP4"
return colArr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment