w3schools學習python程式碼
#註解王薰珮程式交易python迴圈相當於EXCEL一列
#相當JavaScript的//
for i in range(20,10,-1):
print("第"+ str(i)+"列")
#整數i要與字串相+連, 先專成字串string指令str
複習EXCEL都會對應到python指令
- Max
- Min
- Match
- Index
- 目標搜尋,學找最佳會參數
- 運算列表,判斷參數是否可靠、是否一致
使用修飾的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}教學影片
013
014
421盡職
回覆刪除