w3schools學習python
w3schools學習python程式碼
#註解戴靜怡程式交易python迴圈相當於EXCEL一列
#相當於Javascript的//
for i in range(20,10,-2):
print("第"+str(i)+"列")
#整數i要和字串相+連,先轉成字串string指令str
複習EXCEL都會對應到python指令
- Max
- Min
- Match
- Index
- 目標搜尋,學找最佳會參數
- 運算列表,判斷參數是否可靠、是否一致
教學影片013
教學影片014
使用修飾的CSS指令前後要加style與/style
h1 {background-color: purple;color: white; text-align: center; padding: 10px; border: yellow 20px solid; border-radius: 30px;} h2{ border: green 10px solid; border-radius: 20px;text-align: center;} pre {font-family: verdana; font-size: 20px; border: solid 2px blue; line-height: 1.5}
428.自己做很優
回覆刪除