如何将两个列表组合为键值对?
两个列表中的元素数量相同。我有两个列表如下。
set a "1 2 3" set b "One two three"
我如何组合如下dict['1':One,'2':two,'3':three]
tcl
tcl ×1