Skip to content

Commit f634254

Browse files
author
Kristian Rother
committed
add another bug
1 parent ebf6981 commit f634254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debugging/twenty_questions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def is_answer(node):
99
f = open('quetions.json')
1010
node = json.load()
1111

12-
finished = False
12+
finished = "False"
1313

1414
while not finished
1515
print(node['text']

0 commit comments

Comments
 (0)