Consider the following Python code snippet: for i in range(5): if i == 0: break else: print(i, end=' ') What will be output from this code?单项选择题
A
0 1 2 3 4 5
B
1 2 3 4 5
C
0 1 2 3 4
D
1 2 3 4
E
None of the above
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!