R的list()也允许标记元素,在Python中是否有相同的方法来实现以下内容?
list("prob", "topTalent", name="Roger")
r python-3.x
python-3.x ×1
r ×1