代碼如下:student = ['c', 'c', 'c']a, b, c = studentprint(student)運行結果:['c', 'c', 'c']
python多重賦值后沒有改變列表中的各項表項
手掌心
2018-07-22 08:37:13