python小練習

1.html #使用while循環輸出1 2 3 4 5 6 8 9 10 count=1 while count < 11: if count == 7: count+=1 continue print(count) count+=1 2.git #輸出 1-100 內的全部奇數 for j in range(1,100):
相關文章
相關標籤/搜索