a = [3, 5, 1, 0, 2] b = ["a", "c", "x", "y"]
#1 What is the output of print( a[2])?
Unit 6 practice Lists, no loops
Quiz
•
Computers
•
12th Grade
•
Easy
Mrs. Mosier
Used 4+ times
FREE Resource
12 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a = [3, 5, 1, 0, 2] b = ["a", "c", "x", "y"]
#1 What is the output of print( a[2])?
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a[0] = a[1]
print(a)
Use square brackets and NO spaces.
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
b[3] = "w"
print(b)
Use square brackets and NO spaces, Use QUOTES
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
b.append("m")
print(b)
Use square brackets and NO spaces, Use QUOTES
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a.pop(2)
print(a)
Use square brackets and NO spaces.
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a.remove(0)
print(a)
Use square brackets and NO spaces.
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
val = b.index("c")
print(val)
15 questions
Quiz 142 - Python inputs and outputs
Quiz
•
9th Grade - University
16 questions
Javascript Basics
Quiz
•
9th - 12th Grade
10 questions
HTML Introduction
Quiz
•
3rd Grade - Professio...
10 questions
Recursion Contest
Quiz
•
10th - 12th Grade
10 questions
Javascript & Client side scripting
Quiz
•
10th - 12th Grade
8 questions
Java Conditionals Unit 3
Quiz
•
9th - 12th Grade
10 questions
AP CSA Unit 1 & 2 Review
Quiz
•
9th - 12th Grade
15 questions
HTML CSS JS Review
Quiz
•
12th Grade
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
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
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