Skip to content

Instantly share code, notes, and snippets.

@Sarchis
Last active December 12, 2015 09:09
Show Gist options
  • Save Sarchis/4749735 to your computer and use it in GitHub Desktop.
Save Sarchis/4749735 to your computer and use it in GitHub Desktop.
file_read = open(file, 'r')
onlyRead = file_read.read()
print(onlyRead) #Imprime el contenido
file_read.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment