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
Jak można utworzyć pustą listę w Pythonie?
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 Wayground
10 questions
Truth Tables

Quiz
•
9th - 12th Grade
10 questions
Karty graficzne i nie tylko...

Quiz
•
9th - 12th Grade
10 questions
Basics of Javascript

Quiz
•
9th - 12th Grade
9 questions
Jak dobrze znająsz MSP?

Quiz
•
1st Grade - University
16 questions
Podstawy języka Python

Quiz
•
9th Grade
10 questions
Sprawdź się (*)

Quiz
•
7th Grade - University
10 questions
Minecraft 3

Quiz
•
9th - 12th Grade
12 questions
Podstawy Pythona

Quiz
•
8th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade