Jak można utworzyć pustą listę w Pythonie?
Quiz z list w Pythonie

Quiz
•
Computers
•
9th Grade
•
Medium
KP KP
Used 6+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
lista = []
lista = [1, 2, 3, 4]
lista = [1, 2, 3]
lista = [0]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak dodać element na koniec listy w Pythonie?
x.extend(y)
x.append(3)
x.insert(2, 'a')
x.pop()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak dodać element na koniec listy w Pythonie?
x.extend(y)
lista.append("owoc")
x.insert(2, 'a')
x.pop()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak odwołać się do czwartego elementu listy w Pythonie?
print(x[0])
print(x[3])
print(x[-1])
print(x[4])
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak połączyć dwie listy w Pythonie?
x = x + y
x = x * 5
x = x.clear()
x = x.copy()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak sprawdzić liczbę wystąpień danego elementu w liście w Pythonie?
x.extend(y)
x.index(4)
x.sort()
x.count(4)
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Jakim poleceniem dodasz element do listy?
Create a free account and access millions of resources
Similar Resources on Quizizz
11 questions
Języki programowania

Quiz
•
9th Grade
8 questions
Python Wstęp

Quiz
•
9th Grade
15 questions
Pętla for i while

Quiz
•
9th - 12th Grade
10 questions
Quiz z profilów użytkowników i przydziałów dyskowych

Quiz
•
9th Grade
17 questions
Algorytmy 8

Quiz
•
1st Grade - University
15 questions
Test WORD

Quiz
•
KG - University
14 questions
Python pętle while/for

Quiz
•
9th Grade
10 questions
Tuple, listy, zbiory podstawy 2d

Quiz
•
9th Grade
Popular Resources on Quizizz
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
Discover more resources for Computers
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