Специальный знак который отображает список в пайтоне
List Tuple

Quiz
•
Computers
•
8th Grade
•
Medium
Romenion Kz
Used 10+ times
FREE Resource
33 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
{ }
( )
[ ]
:
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
num=[ 2, 3, 5, 6, "d", "t", "r", "m",["w", "dc", 8]]
print(num[3])
2
3
5
6
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
num=[ 2, 3, 5, 6, "d", "t", "r", "m",["w", "dc", 8]]
print(num[7])
d
t
r
m
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
num=[ 2, 3, 5, 6,]
num.append("ok")
print(num)
[2, 3, 5, 6, 'ok']
[ 'ok', 2, 3, 5, 6,]
[ 2, 3, 'ok', 5, 6,]
[ 2, 'ok', 3, 5, 6,]
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
num=[ 2, 3, 5, 6,]
num.insert(2, 7)
print(num)
[ 2, 7, 3, 5, 6]
[ 2, 3, 7, 5, 6]
[ 2, 3, 5, 7 ,6]
[ 2, 3, 5, 6, 7]
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
num=[ 100, 2000, 2, 3, 5, 6,8]
num.sort()
print(num)
[2, 3, 6, 5, 8, 100, 2000]
[2, 3, 5, 6, 8, 100, 2000]
[2, 3, 5, 6, 8, 2000, 100]
[2, 6, 5, 3, 8, 100, 2000]
7.
FILL IN THE BLANK QUESTION
1 min • 5 pts
num=[ 2, 3, 5, 6, "d",["w", [1, 2, 3, "dc"], 8], "t", "r", "m"]
Run=>'dc'
Create a free account and access millions of resources
Similar Resources on Quizizz
31 questions
Python

Quiz
•
8th Grade
35 questions
FUNGSI LOOKUP

Quiz
•
8th Grade
30 questions
K8_OnTapHKII

Quiz
•
8th Grade
31 questions
Python Course Selection

Quiz
•
7th - 11th Grade
30 questions
Intro to Python

Quiz
•
8th Grade
37 questions
Banana Tales - CodeMonkey

Quiz
•
6th - 8th Grade
32 questions
BOY Code.org Unit 2 Assessment

Quiz
•
6th - 8th Grade
30 questions
Python Basics

Quiz
•
8th - 10th 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
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