how to iterate over 2 list, I want to replace list_1 element with list_2 element on the same indexing of list_2

前端 未结 0 825
轮回少年
轮回少年 2021-01-07 03:39
list_1 = [\'first name\',\'class_1\',\'section_1\',\'middle name\',\'last name\',\'subject 1\',\'subject 2\',\'subject 3\']
list_2 = [\'first name\',\'middle_name\',         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题