Ruanxingzhi opened this issue a year ago · 1 comments
修复方案(猜测):questions/level4.py 第 85 行
questions/level4.py
if not check_if_is_number(question_text):
改为
if not check_if_is_number(question_text.strip()):
这个问题已在 #8 中被修复。