单项选择题
t=21+3%2+3//2,则t的值是()
A.20 B.21 C.22 D.23
单项选择题 s=’hello world’,s[-4:]的值是()
单项选择题 创建生成器函数时需要使用的关键字是()
判断题 python中,闭包本身也是是函数。