Update courses.py

This commit is contained in:
hongavott
2023-01-07 19:24:01 +02:00
committed by GitHub
parent a159e163ab
commit 4561365441

View File

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