廖永睿LIST清單DICT字典RANDOM模組 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 6月 05, 2025 #註解廖永睿學過python import random x = [ i for i in range(10)] print('產生清單',x) y ={} for i in x: y[i]=random.random() print(y) for i in y: print(i, y[i]) 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言 George2025年6月30日 凌晨4:52很完整很優秀https://takmingd11117330.blogspot.com/2025/06/pythoncsvthinkermarkowitz.html605.https://takmingd11117330.blogspot.com/2025/06/listdictrandom.html回覆刪除回覆回覆新增留言載入更多… 張貼留言
很完整很優秀https://takmingd11117330.blogspot.com/2025/06/pythoncsvthinkermarkowitz.html
回覆刪除605.https://takmingd11117330.blogspot.com/2025/06/listdictrandom.html