Skip to content

Instantly share code, notes, and snippets.

@allankilpatrick
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save allankilpatrick/e45b9632970f1a0b7e04 to your computer and use it in GitHub Desktop.

Select an option

Save allankilpatrick/e45b9632970f1a0b7e04 to your computer and use it in GitHub Desktop.
Games List
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