
Exploring Python For Loops

Quiz
•
Instructional Technology
•
Professional Development
•
Medium
Standards-aligned
Devan Miller
Used 1+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax for a basic for loop in Python?
for i in range(10):
for (i = 0; i < 10; i++):
foreach i in range(10):
loop i in range(10):
Tags
DOK Level 1: Recall
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to loop through a list named `fruits` in Python?
for fruit in fruits:
for each fruit in fruits:
foreach fruit in fruits:
loop fruit in fruits:
Tags
DOK Level 1: Recall
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the `range(5)` function return in a for loop?
A list of numbers from 1 to 5
A list of numbers from 0 to 5
A list of numbers from 0 to 4
A list of numbers from 1 to 4
Tags
DOK Level 1: Recall
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you iterate over each character in the string `word = "Python"`?
for x in word:
for each x in word:
foreach x in word:
loop x in word:
Tags
DOK Level 1: Recall
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet?
for i in range(3):
print(i)
0 1 2
1 2 3
0 1 2 3
1 2
Tags
DOK Level 2: Skill/Concept
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you have a list `numbers = [10, 20, 30]`, what will the following code print?
for num in numbers:
print(num + 5)
10 20 30
15 25 35
5 15 25
10 15 20
Tags
DOK Level 2: Skill/Concept
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the following code?
for i in range(2, 5):
print(i)
2 3 4
2 3 4 5
3 4 5
3 4
Tags
DOK Level 2: Skill/Concept
Create a free account and access millions of resources
Similar Resources on Quizizz
8 questions
Actividad de Repaso Clase 6

Quiz
•
Professional Development
10 questions
Google Slides Quiz

Quiz
•
Professional Development
10 questions
IFCD210-M1-HTML

Quiz
•
Professional Development
14 questions
Jascript Basics

Quiz
•
Professional Development
12 questions
Top Notch 1 - U5 - L0

Quiz
•
2nd Grade - Professio...
10 questions
Training SC-F1030

Quiz
•
Professional Development
15 questions
Flutter Q_0

Quiz
•
Professional Development
12 questions
Level, Range, Gauge, Plumb, Measurements, Loads.

Quiz
•
Professional Development
Popular Resources on Quizizz
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