为什么我的 while 循环没有停在“at_goal”位置?

Why is my while loop not stopping at the 'at_goal' position?

提问人:MotiG 提问时间:5/24/2023 最后编辑:MotiG 更新时间:5/24/2023 访问量:20

问:

为什么我的 while 循环没有停在“at_goal”位置?

大家好,我正在学习Python,我有点卡在这里。为什么这个 while 循环变成无限循环而不是停在“at_goal”位置?

我希望当 while 循环变为 False 时它会停在“at_goal”位置。

while-loop 无限循环

评论

0赞 Community 5/24/2023
请提供足够的代码,以便其他人可以更好地理解或重现问题。

答: 暂无答案