Update sketch_2020_08_01a.pyde

main
Alexandre B A Villares 2020-08-01 21:55:14 -03:00
rodzic f11552a72a
commit 32c3c72214
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -84,7 +84,7 @@ def keyPressed():
names = "abcdefghijkl"
for v in names:
graph.add_vertex(v)
if random(100) < 80:
if random(100) < 90:
graph.add_edge((v, choice(names)))
setup_grid(graph)