animal = ["豬", "牛", "羊", '貓']
#python語言的註解comments
x = animal.copy()
print(animal)
x.reverse() #將x反轉reverse
print(x)
animal.append('狗')
print(animal)
y = animal.copy()
y.reverse() #將x反轉reverse
print(y)
張依安第15週金融計算與WORD方程式編輯器
利率y(rate) 期數n(nper) 金流m(pmt) 終值f(fv) 參考張依安金融市場講義https://drive.google.com/file/d/17z6UZgN5fC2XCO1L8_BQs57dgQXzbwou/view?usp=sharing 張依安學習HTML+CSS+JavaScript程式碼
sin cos. https://chan0528.blogspot.com/2025/05/javascriptfontfillstylefilltext.html
回覆刪除都會確實補做。https://chan0528.blogspot.com/2025/04/htmlbuttononclick.html
https://chan0528.blogspot.com/2025/04/javascriptpython_14.html
https://chan0528.blogspot.com/2025/03/animal-pythoncomments-x-animal.html