单项选择题
python中,type(‘hello’)的返回值是()
A.str B.hello C.hel D.llo
判断题 在python中,字典中的键与值成对出现。
判断题 python中,元组内的元素是不可变的。
判断题 在python中,string模块有digits属性。