Merge pull request #1 from hongavott/patch-1

Update courses.py
This commit was merged in pull request #1.
This commit is contained in:
Daniel
2023-01-07 19:24:44 +02:00
committed by GitHub

View File

@@ -51,6 +51,6 @@ graph = [
value = (ob.solve(graph))
if value == len(graph):
print("possible")
print("Possible")
else:
print("impossible")
print("Impossible")