请帮忙理解。我不明白如何使用 dict(input())。我收到这个错误
dict1 = dict(input())
print(dict1)
Traceback (most recent call last):
File "D:\Python\Dictionary.py", line 2, in <module>
dict1 = dict(input())
ValueError: dictionary update sequence element #0 has length 1; 2 is required
不是我想要的,但也很好
可能是这样。谢谢@andreymal。只是我将第一个数字和第二个数字都作为字符串。既然我写了,你可以很容易地改变。