Python ——while、break、continue、else ... 1 # 打印偶數 2 # count = 0 3 # 4 # while count <= 100: 5 # 6 # if count % 2 == 0: #偶數 7 ...
確定! 回上一頁