单项选择题
Python 中,以下哪个代码是正确的字典()
A.myExample ={’someItem’=>2,’otherItem’=>20}B.myExample ={’someItem’:2,’otherItem’:20}C.myExample =(’someItem’=>2,’otherItem’=>20)D.myExample =(’someItem’:2,’otherItem’:20)
单项选择题 Python 中,以下哪个代码是正确的元组()
单项选择题 Python 中,以下哪个代码是正确的列表()
单项选择题 将字符串"example"中的字母a 替换为字母b,以下代码正确的是()