您已经完成了这些练习!
您想重新做一遍吗?
您已从 W3Schools.com 完成 Python 字典练习课程。
分享到
Whis one of theese is a dictionary?
x = ('apple', 'banana', 'cherry')
x = {'type' : 'fruit', 'name' : 'banana'}
x = ['apple', 'banana', 'cherry']