Query Python dictionary to get value from tuple

前端 未结 3 1222
眼角桃花
眼角桃花 2021-01-05 04:41

Let\'s say that I have a Python dictionary, but the values are a tuple:

E.g.

dict = {\"Key1\": (ValX1, ValY1, ValZ1), \"Key2\": (ValX2, ValY2, ValZ2         


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