3/4

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) ''

留言

  1. 325.要將它做好,不要應付而已!https://lu-cheng-yin-2024.blogspot.com/2025/03/325_24.html
    318你有修風險管理?https://lu-cheng-yin-2024.blogspot.com/2025/03/325.html
    311.沒有使用colab.https://lu-cheng-yin-2024.blogspot.com/2025/03/311.html
    304.要確定正確,否則讓人以為你只在應付.https://lu-cheng-yin-2024.blogspot.com/2025/03/34.html

    回覆刪除

張貼留言

這個網誌中的熱門文章