مراجعة في الجملة التكرارية for

مراجعة في الجملة التكرارية for

10th Grade

10 Qs

quiz-placeholder

Similar activities

Python for loop/lists

Python for loop/lists

9th Grade - University

15 Qs

TRẮC NGHIỆM VUI PYTHON

TRẮC NGHIỆM VUI PYTHON

10th Grade

10 Qs

Pemrograman Terstruktur Semester 2 (1) Fungsi

Pemrograman Terstruktur Semester 2 (1) Fungsi

10th Grade

15 Qs

Увлекательный мир Python

Увлекательный мир Python

6th Grade - University

9 Qs

Post Test Algoritma dan Pemrograman

Post Test Algoritma dan Pemrograman

10th Grade

13 Qs

自定義函數

自定義函數

10th Grade - University

5 Qs

Bài 28

Bài 28

10th Grade - University

15 Qs

Review loops

Review loops

8th Grade - University

12 Qs

مراجعة في الجملة التكرارية for

مراجعة في الجملة التكرارية for

Assessment

Quiz

Information Technology (IT)

10th Grade

Medium

Created by

Nan Akl

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output

for x in range(3):print("Hello")

Hello

Hello

Hello

Hello

Hello

Hello

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output

for x in range(2,10,3):print("Hello")

Hello

Hello

Hello

Hello

Hello

Hello

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output

for x in range(2,3):print("Hello")

Hello

Hello

Hello

Hello

Hello

Hello

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output

listii=[1,2,3,4]

for x in listii :print("Hello")

Hello

Hello

Hello

Hello

1

2

3

4

[1,2,3,4]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output

listii=[1,2,3,4]

for x in listii :print(x)

Hello

Hello

Hello

Hello

1

2

3

4

[1,2,3,4]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output

listii=[1,2,3,4]

for x in listii :print(x+1)

2

3

4

5

1

2

3

4

[1,2,3,4]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output

Name="Mohamed"

for x in Name :print(x)

M

o

h

a

m

e

d

Mohamed

Mohamed

Mohamed

Mohamed

Mohamed

Mohamed

Mohamed

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?