How to take a list of values and assign them as a variable name after running a function on them as strings

后端 未结 0 825
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 04:58

I\'m doing this repetitively:

item = func(\'item\')
item1 = func(\'item1\')
item2 = func(\'item2\')

So I\'m trying to write a code like this to d

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