What does a for loop do in Python?

Python for loop/lists

Quiz
•
Information Technology (IT)
•
9th Grade
•
Easy
Fadi Fadi
Used 4+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Repeats a block of code while a condition is true
Chooses a random element from a list
Repeats a block of code for each item in a sequence
Declares a function
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code? python CopyEdit fruits = ['apple', 'banana', 'cherry'] for fruit in fruits: print(fruit)
apple banana cherry
['apple', 'banana', 'cherry']
fruit fruit fruit
Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid list?
[1, 2, 3, 4]
(1, 2, 3, 4)
{1, 2, 3, 4}
"1, 2, 3, 4"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will this loop run? for i in range(5): print(i)
4
5
6
Infinite
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of 'dog' in this list? animals = ['cat', 'dog', 'lion']
0
1
2
3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this print? python CopyEdit numbers = [10, 20, 30] print(numbers[1])
10
20
30
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of range() in a for loop?
To shuffle the list
To create a loop that counts
To sort items
To reverse a list
Create a free account and access millions of resources
Similar Resources on Quizizz
11 questions
Python (basics)

Quiz
•
1st Grade - University
15 questions
module 0

Quiz
•
12th Grade
12 questions
PYTHON APTITUDE

Quiz
•
University
15 questions
Join by Madi

Quiz
•
University
15 questions
JavaScript

Quiz
•
11th Grade
20 questions
BÀI KIỂM TRA 15 PHÚT - Môn Tin Học 10 - HK2-PYTHON

Quiz
•
10th Grade - University
15 questions
Bài 30

Quiz
•
10th Grade - University
20 questions
Analisis Data dengan Python

Quiz
•
10th Grade
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
Discover more resources for Information Technology (IT)
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

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

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
27 questions
STAAR English 1 Review

Quiz
•
9th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade