题目内容

关于Python函数,以下选项中描述错误的是

A. 函数是一段可重用的语句组
B. 函数通过函数名进行调用
C. 函数的参数个数与调用时传入参数的个数可以不同
D. 函数是一段具有特定功能的语句组

查看答案
更多问题

下列自定义Python函数写法正确的是()

A. function test1():print("a")
B. def test1():print("a")
C. def 1test():print("a")

下列Python代码,函数的定义和调用书写正确的是()

A. def test(a| b): print(a) print(b)test(1| 2)
B. def test(a):print(a)print(b)test(1, 2)
C. def test(a, b):print(a)print(b)test(1)
D. def test(a, b):print(a)print(b)test(1, 2)

We have prepared some umbrellas at the __________ office in the metro.

A. inform
B. information

If you are in _______, you can take one away.

A. want
B. need

答案查题题库