Update courses.py #1

Merged
lumijiez merged 1 commits from patch-1 into main 2023-01-07 17:24:44 +00:00
Showing only changes of commit 4561365441 - Show all commits

View File

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