Skip to content

Instantly share code, notes, and snippets.

@xavdid

xavdid/demo.py Secret

Created July 23, 2016 04: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 xavdid/c606cca34aa996b4f20f3ad097ace8f1 to your computer and use it in GitHub Desktop.
Save xavdid/c606cca34aa996b4f20f3ad097ace8f1 to your computer and use it in GitHub Desktop.
What the hell is a python?
names = ['David', 'Karen', 'Chuck', 'Shawn', 'Jenny']
favorites = [1, 3, 4]
for i in favorites:
print 'Hi, ' + names[i] + '!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment