smartest way to join two lists into a formatted string

前端 未结 4 1015
忘了有多久
忘了有多久 2020-12-03 02:27

Lets say I have two lists of same length:

a = [\'a1\', \'a2\', \'a3\']
b = [\'b1\', \'b2\', \'b3\']

and I want to produce the following str

4条回答
提交回复
热议问题