Python在for循环中更改list值的方法

Python在for循环中更改list值的方法

for i in range(len(list)):
	list[i] = changed_value

posted on 2022-04-05 17:58  coderabcd  阅读(141)  评论(0)    收藏  举报

导航