Rus*_*hal 1 python loops while-loop
如果我有两个while:循环,一个在另一个内部,如下:
while #test :
while #test :
#other code
if #test :
break
#other code
Run Code Online (Sandbox Code Playgroud)
将break同时停止while:循环或只有一个地方的if #test :是吗?
谢谢您的帮助!