for i in range(1,6):
print(f"-----------{
i} layer ----------")
if i == 3:
print("3 The building is under decoration .....")
continue #---------------------------- Skip this cycle So let's do the next loop
for j in range(1,9):
if i==4 and j==4:
print(" Something unexpected happened ......")
break #---------------------------- End the current cycle
print(f"L{
i}-{
i}0{
j} room ")
1、numpy Library Introduction 1
文章目錄每篇前言一、Selenium框架環境搭建1. 下載模