Using a loop to sequentially call a function Python

后端 未结 0 1550
长情又很酷
长情又很酷 2020-12-22 04:21

I am trying to create a function running inside a loop like this one:

list_a = [1, 5, 3, 4] 
list_b = [\'great\', \'awesome\', \'good\', \'nice\'] 

for x in          


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