python2-lesson05

python2-lesson05

2nd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

J3 Arduino Quiz

J3 Arduino Quiz

10th Grade

19 Qs

108-1 mid-term exam

108-1 mid-term exam

7th Grade

12 Qs

第四章-進階程式設計-模組化

第四章-進階程式設計-模組化

8th Grade

10 Qs

六年级信息与通信技术 (复习)

六年级信息与通信技术 (复习)

6th Grade

20 Qs

网络与通讯

网络与通讯

12th Grade

15 Qs

Python

Python

12th Grade

20 Qs

网络与通讯2

网络与通讯2

10th Grade - University

14 Qs

S13.4 电脑程式设计的概念

S13.4 电脑程式设计的概念

9th Grade

11 Qs

python2-lesson05

python2-lesson05

Assessment

Quiz

Computers

2nd - 12th Grade

Medium

Created by

hang zheng

Used 59+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

定义函数的关键字是?

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

现在想要定义一个名为 test的函数,下列代码正确的是?

def (test):

def test ():

def test():

def ()test:

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

一个函数被定义完成之后,就一定会被执行

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

定义带参函数时,函数中定义了2个参数,那么执行函数时必须传入???个具体的数值

1

2

3

随便几个,根据实际情况而定

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

在函数中 return后面必须加一个数值

True

False

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

当函数根据参数名进行赋值的时候,不再遵循按顺序赋值的原则

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

在函数中,return关键字有什么作用?

返回一个值 并结束这个函数

返回一个值 并继续运行这个函数

结束整个程序

让程序重新开始

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?