This commit is contained in:
2025-07-03 23:07:05 +08:00
parent da0b3176d7
commit ee2a18c0c4

View File

@ -12,4 +12,5 @@ for i in list:
continue; continue;
else: else:
print('未尽之事:',list) print('未尽之事:',list)
break; break;
#为什么没用到i也可以用i来进行循环