Skip to content

Instantly share code, notes, and snippets.

@dimiro1
Created July 29, 2013 18:27
Show Gist options
  • Save dimiro1/6106476 to your computer and use it in GitHub Desktop.
Save dimiro1/6106476 to your computer and use it in GitHub Desktop.
frutas = ['maçã', 'pera', 'laranja']
for fruta in frutas:
print(fruta)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment