Python For Loop Exercises

Python For Loop Exercises

12th Grade

10 Qs

quiz-placeholder

Similar activities

Sistema Operativo Android

Sistema Operativo Android

9th - 12th Grade

10 Qs

Câu hỏi kiến thưc bài 10-cấu trúc lặp

Câu hỏi kiến thưc bài 10-cấu trúc lặp

KG - 12th Grade

10 Qs

scratch

scratch

11th - 12th Grade

10 Qs

BAI 9 LOP 5

BAI 9 LOP 5

12th Grade

8 Qs

Types of Mass Media

Types of Mass Media

10th Grade - Professional Development

11 Qs

Common Protocols

Common Protocols

10th - 12th Grade

15 Qs

UH Bab 3 XII 3

UH Bab 3 XII 3

12th Grade

10 Qs

Cuestionario Steve Jobs

Cuestionario Steve Jobs

12th Grade - University

10 Qs

Python For Loop Exercises

Python For Loop Exercises

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Akirapeter Yong

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code? 以下代码的输出是什么?

0 1 2

1 2 3

0 1 2 3

1 2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to iterate over a list in Python?

以下哪种是Python中遍历列表的正确方式?

`for i in list:`

`for i in range(list):`

`for i = 0; i < len(list); i++:`

`for i in len(list):`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `range(1, 5)` function generate?

range(1, 5) 函数会生成什么?

[1, 2, 3, 4, 5]

[1, 2, 3, 4]

[0, 1, 2, 3, 4]

[0, 1, 2, 3, 4, 5]

4.

DRAG AND DROP QUESTION

30 sec • 1 pt

Complete the code to print numbers from 0 to 4:

以下哪个关键字用于跳过当前循环迭代并进入下一次迭代?
for i in range( (a)   ):

print(i) ​

3

4

6

5

5.

DROPDOWN QUESTION

30 sec • 1 pt

Media Image

Fill in the blank to print each element of the list:

补全代码以打印列表中的每个元素:

for fruit in (a)   :

fruit

range(fruits)

len(fruits)

fruits

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

以下代码的输出是什么?

2 4

2 4 6

2 3 4 5

2 3 4 5 6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to skip the current iteration of a loop and move to the next iteration?

以下哪个关键字用于跳过当前循环迭代并进入下一次迭代?

break

continue

pass

skip

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?