Skip to content

Instantly share code, notes, and snippets.

@raven38
Created May 30, 2016 11:18
Show Gist options
  • Save raven38/3d4faab17756c710c277387ae7e005fc to your computer and use it in GitHub Desktop.
Save raven38/3d4faab17756c710c277387ae7e005fc to your computer and use it in GitHub Desktop.
fruits = ['apple', 'banana', 'grape']
for fruit in fruits:
print(fruit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment