python2-lesson09

python2-lesson09

2nd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

程序设计的基础

程序设计的基础

5th Grade

15 Qs

認識電腦平台

認識電腦平台

10th - 11th Grade

10 Qs

5年级TMK练习

5年级TMK练习

4th - 8th Grade

15 Qs

台東賓朗國小

台東賓朗國小

4th Grade

10 Qs

1920 S4 ICT CPU 2

1920 S4 ICT CPU 2

10th - 12th Grade

20 Qs

RBT基本控制结构

RBT基本控制结构

5th Grade

10 Qs

S09.1+09.2 电子商务的定义+模式

S09.1+09.2 电子商务的定义+模式

10th Grade

19 Qs

認識Quizizz

認識Quizizz

KG - University

13 Qs

python2-lesson09

python2-lesson09

Assessment

Quiz

Computers

2nd - 12th Grade

Medium

Created by

hang zheng

Used 62+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

range(100)相当于产生了一个几到几的列表?

0-99

1-100

1-99

0-100

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

for i in range(10,20):

print(i)

第一次循环,i取得的值应该是?

1

2

0

10

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

for i in range(5,10):

print(123)

上面的for循环会循环执行多少次?

4次

6次

5次

10次

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

continue和break区别是什么?

continue是中断某一次循环,break是中断整个循环

break是中断某一次循环,continue是中断整个循环

都是中断某一次循环

都是中断整个循环

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

运行上述代码,程序会输出多少行123?

无限行,一直不停的输出

程序会报错

一行都不输出

输出123行

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

运行上述代码,程序会输出几行111

10行

2行

3行

0行

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

运行上图中的代码,最后一行输出的内容是?

1000

1001

999

0

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?