Created
May 12, 2018 22:45
-
-
Save Unitoi01/7accd9bb5ed1f3f540360c138eaf267f to your computer and use it in GitHub Desktop.
videoArray
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 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