单项选择题
s=’hello world’,s[-4:]的值是()
A.hell B.hello C.world D.orld
单项选择题 创建生成器函数时需要使用的关键字是()
判断题 python中,闭包本身也是是函数。
判断题 列表是可嵌套的。