Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的一位老师警告我不要while在 python 中使用。这对我来说真的很奇怪,因为我没有找到任何关于为什么这样做的文章。你认为有什么根据?
while
在每种情况下使用最适合您需要的控制语句。
像“不要使用while,只使用for”这样的建议可以归结为“如果你知道的唯一工具是锤子,那么所有问题看起来都像钉子。”