what is the output
for x in range(3):print("Hello")
مراجعة في الجملة التكرارية for
Quiz
•
Information Technology (IT)
•
10th Grade
•
Medium
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
10 questions
CH. 2 - Concept of Comp. Problem Solving - Review
Quiz
•
10th Grade
9 questions
Kiến thức về hàm print() trong Python
Quiz
•
2nd Grade - University
15 questions
Python String Methods Quiz
Quiz
•
10th Grade
10 questions
Pseudocode Revision Quiz
Quiz
•
10th Grade
15 questions
Selection Programming_If condition
Quiz
•
8th Grade - University
8 questions
Quiz de Lógica em Python
Quiz
•
6th Grade - University
12 questions
Word Lesson 1 Quiz
Quiz
•
10th Grade
15 questions
Bài 27
Quiz
•
10th Grade - University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University