2019-09-24 [python]如何改變list內的元素值 198 0 for x in myList: x=x+1 以上的程式碼是無法改變myList內的值的 ... ...繼續閱讀 » python
2019-09-22 [python]使用訊息對話框 1433 0 https://stackoverflow.com/questions/2963263/how-can-i-create-a-simple-message-box-in-python ... ...繼續閱讀 » python