登录
注册
首页
->
Python语言基础
下载题库
使用( )关键字声明匿名函数。
(A)function
(B)func
(C)def
(D)lambda
参考答案
继续答题:
下一题
更多Python语言基础试题
1
以下关于异常处理的描述,错误的选项是( )。
2
运行以下程序,输出结果是( )。str1 = "East China University"、str2 = str1[:11] + " Normal " + str1[-10:]、print(str2)
3
以下选项中不是 Python 对文件的写操作方法的是()
4
下列表达式的值为True的是()
5
当__name__属性的值为__main__时,代表该模块自身在运行。
考试