List Tuple

Quiz
•
Computers
•
8th Grade
•
Medium
Romenion Kz
Used 12+ 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 Wayground
30 questions
EKSTENSI FILE

Quiz
•
8th Grade
30 questions
K8_OnTapHKII

Quiz
•
8th Grade
35 questions
ASLM Genap Analisis Data

Quiz
•
8th Grade
38 questions
Lớp 8 - Giữa HK II

Quiz
•
6th - 8th Grade
29 questions
HK II TIN 6 NĂM 23-24

Quiz
•
6th - 8th Grade
30 questions
CE Unit 3: Selection Structures

Quiz
•
8th Grade
37 questions
Banana Tales - CodeMonkey

Quiz
•
6th - 8th Grade
30 questions
ICT Foundation Stage Assessment

Quiz
•
1st 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
18 questions
Company Logos

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