Специальный знак который отображает список в пайтоне
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
34 questions
Python Seviye 1

Quiz
•
5th - 12th Grade
30 questions
Python L1 Programming Challenge

Quiz
•
1st - 12th Grade
31 questions
Python - Variables

Quiz
•
6th - 8th Grade
30 questions
Python Programming End of Unit Assessment

Quiz
•
7th - 9th Grade
35 questions
Python procedures and functions

Quiz
•
8th - 10th Grade
30 questions
Python 4 topic (циклы)

Quiz
•
6th - 12th Grade
31 questions
Python Lists

Quiz
•
8th Grade - University
30 questions
Python Beginner

Quiz
•
6th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
15 questions
Volume Prisms, Cylinders, Cones & Spheres

Quiz
•
8th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
25 questions
Argumentative Writing & Informational Text Vocabulary Review

Quiz
•
8th Grade
18 questions
Informational Text Vocabulary

Quiz
•
7th - 8th Grade