Ask Your Question

Josef's profile - activity

2023-06-21 10:47:41 +0200 received badge  Nice Question (source)
2023-06-14 09:31:53 +0200 received badge  Student (source)
2023-06-14 09:11:55 +0200 asked a question Graph sorting problem

Graph sorting problem If I do this in Sagemath10.0: G = Graph() G.add_vertex('a') G.add_vertex(1) print(G.vertices()