Homework 12

Send your homework as a single ZIP archive with your files, or send a link to your GitHub repo. Try to keep line lengths below 80 characters.

EXERCISE 12.1 (TESTING)

Write tests for the Vector class (Homework 6) using the unittest or pytest module.

EXERCISE 12.2 (NETWORKX)

Use NetworkX to create a random undirected graph G with more then 5 nodes. Send the script and the figure of the graph.