
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
10 questions
Outlook Calendar

Quiz
•
Professional Development
15 questions
C# TOPIC NEW-2

Quiz
•
Professional Development
12 questions
Video 3 - Testa os Teus Conhecimentos Sobre Segurança

Quiz
•
Professional Development
8 questions
SQL - Sintaxis PL/SQL

Quiz
•
Professional Development
7 questions
Python Intermediate Final Test

Quiz
•
Professional Development
10 questions
Python básico

Quiz
•
Professional Development
10 questions
Google Slides Quiz

Quiz
•
Professional Development
14 questions
Jascript Basics

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade