Skip to content

Instantly share code, notes, and snippets.

@andrealmar
Created May 17, 2016 17:42
Show Gist options
  • Save andrealmar/cf3582f503b882a338bb27c996e51f39 to your computer and use it in GitHub Desktop.
Save andrealmar/cf3582f503b882a338bb27c996e51f39 to your computer and use it in GitHub Desktop.
def imprime_primeiro_item(lista_de_items):
print(lista_de_items[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment