We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf6981 commit f634254Copy full SHA for f634254
1 file changed
debugging/twenty_questions.py
@@ -9,7 +9,7 @@ def is_answer(node):
9
f = open('quetions.json')
10
node = json.load()
11
12
-finished = False
+finished = "False"
13
14
while not finished
15
print(node['text']
0 commit comments