Skip to content

Instantly share code, notes, and snippets.

@davisvictorns
Created December 18, 2020 02:29
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 davisvictorns/20651f5bd1a588d168bad4835995f0e4 to your computer and use it in GitHub Desktop.
Save davisvictorns/20651f5bd1a588d168bad4835995f0e4 to your computer and use it in GitHub Desktop.
print("Número de nós:", nx.number_of_nodes(G))
print("Número de arestas:", nx.number_of_edges(G))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment