Last active
August 29, 2015 14:23
-
-
Save allankilpatrick/e45b9632970f1a0b7e04 to your computer and use it in GitHub Desktop.
Games List
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
| games = ['CS:GO', 'TF2', 'Left for Dead 2', 'Heros of the Storm', 'The Ship'] | |
| def do_i_have_the_game(games) | |
| for game in games: | |
| if games in my_games_lib: | |
| download_and_install_game() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment