mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 18:49:26 +08:00
add newline at the end
This commit is contained in:
@ -28,4 +28,4 @@ for edge in edges:
|
|||||||
|
|
||||||
print(minimum_spanning_tree_cost)
|
print(minimum_spanning_tree_cost)
|
||||||
for edge in minimum_spanning_tree:
|
for edge in minimum_spanning_tree:
|
||||||
print(edge)
|
print(edge)
|
||||||
|
Reference in New Issue
Block a user