Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. g.add_node('src')
  2. g.add_node('dst')
  3. g.add_edge('src', 'dst')
  4. g.add_edge('src', 'dst')
  5. g.add_node('loop')
  6. g.add_edge('loop', 'loop')
  7. g.add_node('isolated')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement