发布于2022年12月29日2022年12月29日 由adminpython for循环 for i in range(1,10): if(i==3): print(“aking”) else: print((i))