单项选择题
python中,创建元组的关键字是()
A.list B.tuple C.str D.set
单项选择题 b = [q**q for q in range(4)],则b的值是()
单项选择题 ‘helloworld’[2:4]的结果是()
单项选择题 y=4==6,则x的值是()