Skip to content

Instantly share code, notes, and snippets.

@reeddunkle
Created May 5, 2016 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reeddunkle/46cbb8a6a61d9b9ae219177c39c60575 to your computer and use it in GitHub Desktop.
Save reeddunkle/46cbb8a6a61d9b9ae219177c39c60575 to your computer and use it in GitHub Desktop.
List Comprehension Map
FILES = ["picture1", "georgi_paws_everywhere", "custom_wreath"]
results = ["{}.jpg".format(file) for file in FILES]
print results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment