How to iterate through a list of strings and replace it with other strings recursively?

后端 未结 0 1808
感动是毒
感动是毒 2020-12-29 03:42

I have this string list letter = [\'a\', \'b\', \'c\'] and this other list greek = [\'alpha\', \'beta\', \'gamma\']. The rule is that:

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