The syntax for a nested while loop is : ... 4 while y<=2: #inner (nested) loop ... The break statement in a nested loop brings the control out of the ...
確定! 回上一頁