单项选择题
Python中,for和while可以有else语句?()
A.只有for有else语句 B.只有while有else语句 C.for,while都有else语句 D.for,while都没有else语句
单项选择题 在if...elif...else的多个语句块中只会执行一个语句块?()
单项选择题 输出结果为:()
单项选择题 [x1+x2forx1,x2inzip([1,2],[3,4])] 输出结果为:()