5 lines
93 B
Python
5 lines
93 B
Python
|
from setup import create_vertices, create_edges
|
||
|
|
||
|
create_vertices(200)
|
||
|
create_edges(400, 200)
|