What would be printed?
x = [3, 4, 7, 9]
print( x[1] )
Quick LIsts Recap
Quiz
•
Computers
•
8th Grade
•
Medium
Dave Gwilt
Used 66+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be printed?
x = [3, 4, 7, 9]
print( x[1] )
3
4
7
9
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be printed?
x = [3, 4, 7, 9]
x.pop(3)
print( x )
[4, 7, 9]
[3, 7, 9]
[3, 4, 9]
[3, 4, 7]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be printed?
x = [3, 4, 7]
x.append(1)
print( x )
[1, 3, 4, 7]
[3, 4, 7, 1]
[31, 41, 71]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be printed?
x = [3, 4, 7]
x.append(1)
x.sort()
print( x )
[1, 3, 4, 7]
[3, 4, 7, 1]
[31, 41, 71]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the missing word so that [ 4, 6, 8, 10 ] is printed?
x = [2, 4, 6, 8, 10]
x.____(2)
print(x)
pop
remove
append
sort
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the missing word so that [ 2, 4, 8, 10 ] is printed?
x = [2, 4, 6, 8, 10]
x.____(2)
print(x)
pop
remove
append
sort
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the missing word so that [ 2, 4, 6, 8, 10 ] is printed?
x = [2, 4, 6, 8]
x.____(10)
print(x)
pop
remove
append
sort
15 questions
ASK F2 -KOD ARAHAN (PYTHON)
Quiz
•
1st Grade - University
10 questions
9-сынып. Python массив.
Quiz
•
1st - 9th Grade
10 questions
Python list and tuple
Quiz
•
6th - 8th Grade
10 questions
PYTHON (FOR LOOP)
Quiz
•
1st - 10th Grade
12 questions
Python Quiz - Basics & Turtle
Quiz
•
3rd - 8th Grade
9 questions
Python [Make a list]
Quiz
•
8th Grade
12 questions
Lists IN PYTHON!!!!!!!!
Quiz
•
KG - 12th Grade
10 questions
Year 7 Python Lesson 1 Recap
Quiz
•
8th 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
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University
44 questions
El fin del año- 7th
Quiz
•
7th - 12th Grade
40 questions
Word Study Assessment: Roots, Prefixes, Suffixes, and Vocabulary
Quiz
•
8th Grade
17 questions
guess the logo
Quiz
•
8th Grade
16 questions
Function or Non-Function?
Quiz
•
8th - 10th Grade
15 questions
Sentence Fragments and Run-ons
Quiz
•
8th Grade