python 报错’tuple’ object does not support item assignment
- tuple是只可读,而不支持写的,当试图去修改元组的数据时就会报此错误
转载自:https://blog.csdn.net/chen1042246612/article/details/87925464
- tuple是只可读,而不支持写的,当试图去修改元组的数据时就会报此错误
转载自:https://blog.csdn.net/chen1042246612/article/details/87925464