Merge pull request #1 from hongavott/patch-1
Update courses.py
This commit was merged in pull request #1.
This commit is contained in:
@@ -51,6 +51,6 @@ graph = [
|
||||
value = (ob.solve(graph))
|
||||
|
||||
if value == len(graph):
|
||||
print("possible")
|
||||
print("Possible")
|
||||
else:
|
||||
print("impossible")
|
||||
print("Impossible")
|
||||
|
||||
Reference in New Issue
Block a user