登录
注册
首页
->
Python语言基础
下载题库
下列语句中,可以跳出循环体的是( )
(A)continue
(B)break
(C)if
(D)while
参考答案
继续答题:
下一题
更多Python语言基础试题
1
函数的名称可以随意匿名。
2
运行下列语句,会有哪些异常 print(x+1) open('haha.txt','r')
3
pandas中可以使用pivot_table方法创建数据透视表。
4
f=open("test.txt","wt") f.write("abc") f.seek(2,0) f.write("123") f.close() 程序时错误的,因为seek只能用在二进制文件操作中
5
下列标识符中,合法的是()。(多选) [多选题] *
考试