
List methods in Python

Quiz
•
Computers
•
1st Grade - University
•
Hard
Anastasiia Maslechko
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
my_list = [2, 5, 8]
my_list.append(9, 10)
print(my_list)
Error
[2, 5, 8, 9, 10]
[2, 5, 8, [9, 10]]
[2, 5, 8], 9, 10
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
my_list = [2, 5, 8]
my_list.extend(9, 10)
print(my_list)
Error
[2, 5, 8, 9, 10]
[2, 5, 8, [9, 10]]
[2, 5, 8], 9, 10
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
my_list = [2, 5, 8]
my_list.extend([9, 10])
print(my_list)
Error
[2, 5, 8, 9, 10]
[2, 5, 8, [9, 10]]
[2, 5, 8], 9, 10
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
my_list = [2, 5, 8]
my_list.append([9, 10])
print(my_list)
Error
[2, 5, 8, 9, 10]
[2, 5, 8, [9, 10]]
[2, 5, 8], 9, 10
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
my_list = [2, 5, 2, 8, 3]
my_list.remove(2)
print(my_list)
[5, 2, 8, 3]
[5, 8, 3]
[2, 8, 3]
[8, 3]
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
my_list = [2, 5, 3, 8, 3]
my_list.pop()
print(my_list)
[2, 5, 8]
[2, 5, 3, 8]
Error
[]
[5, 3, 8, 3]
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
my_list = [2, 5, 3, 8, 3]
print(my_list.pop(2))
5
3
8
[]
2
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Exploring Python Data Structures Quiz

Quiz
•
10th Grade
12 questions
Quick LIsts Recap

Quiz
•
8th Grade
10 questions
AP CSP Identifying Errors

Quiz
•
9th - 12th Grade
12 questions
Матрицы и генераторы списков

Quiz
•
10th Grade
10 questions
Python списки

Quiz
•
10th Grade
10 questions
Mix Basic curs 3

Quiz
•
6th - 8th Grade
15 questions
PCEP Section 3B: list methods: append(), insert(), index()

Quiz
•
12th Grade
10 questions
Python Round 2

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Digital Footprint

Quiz
•
6th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
CTEA Computer Vocab Terms #1

Quiz
•
12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade