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

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

10th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz de Lógica em Python

Quiz de Lógica em Python

6th Grade - University

8 Qs

Вопросы по Python

Вопросы по Python

10th Grade

15 Qs

CH. 2 - Concept of Comp. Problem Solving - Review

CH. 2 - Concept of Comp. Problem Solving - Review

10th Grade

10 Qs

ITS Python 變數與運算式課堂測驗

ITS Python 變數與運算式課堂測驗

6th Grade - University

10 Qs

grade 10 A

grade 10 A

10th Grade

10 Qs

G9-Introduction to Python Selection

G9-Introduction to Python Selection

9th Grade - University

6 Qs

Word Lesson 1 Quiz

Word Lesson 1 Quiz

10th Grade

12 Qs

Pseudocode Revision Quiz

Pseudocode Revision Quiz

10th Grade

10 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?