单项选择题
isinstance(‘aaa’,str)的返回值是()
A.aaa B.true C.True D.False
单项选择题 python中,type(‘hello’)的返回值是()
判断题 在python中,字典中的键与值成对出现。
判断题 python中,元组内的元素是不可变的。