登录
注册
首页
->
二级Python
下载题库
Python中定义函数的关键字是()。
(A)def
(B)define
(C)function
(D)defun
查看解析
参考答案
继续答题:
下一题
更多二级Python试题
1
以下关于控制结构的描述,错误的是()。
2
Python中定义函数的关键字是()。
3
函数chr(x)的作用是()。
4
以下代码的输出结果是()。Ls=[[1,2,3],[[4,5],6],[7,8]]Print(len(ls))
5
以下程序的输出结果是()。Ss=set("htslbht")Sorted(ss)Foriinss:Print(i,end=)
6
以下代码绘制的图形是()。ImportturtleastForiinrange(1,5):T.fd(50)T.left(90)
考试