Skip to content

Instantly share code, notes, and snippets.

@astamatto
Created April 20, 2017 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astamatto/a7057eb6df3171644895a7fc880f15b7 to your computer and use it in GitHub Desktop.
Save astamatto/a7057eb6df3171644895a7fc880f15b7 to your computer and use it in GitHub Desktop.
from pathlib import Path
Matriz = [[int(c) for c in linha.split()] for linha in Path("arquivo.txt").read_text()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment