Created
May 17, 2016 17:42
-
-
Save andrealmar/cf3582f503b882a338bb27c996e51f39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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