
串列

Quiz
•
Mathematics, Computers, World Languages
•
KG - Professional Development
•
Medium
闕河正 闕河正
Used 25+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = ['1','2','3','4']
print(a[1] + a[2])
2
3
5
23
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = [2,3,4,5,6]
print(a[2:3])
[5,6]
[2,3]
[3]
[4]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = [3,4]
b = [4,5]
print(a+b)
[3,4,4,5]
[7,9]
[4,5,3,4]
[3,4,5]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = [3,4]
print(a*2)
[3,3,4,4]
[3,4,3,4]
[6,8]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = [3,4]
print(a[1] + 5)
9
8
[3,9]
[8,9]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = [3,4]
print(a[1] * 5)
20
15
[15,4]
[3,4,4,4,4,4]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = [3,4,5]
b = [5,7,9]
print(a[1:] + b[:-1])
[4,5,5,7]
[3,4,5,7]
[3,4,5,5,7,9]
[3,4,5]
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Python

Quiz
•
7th - 8th Grade
15 questions
Iteration

Quiz
•
9th - 12th Grade
15 questions
PYTHON 2 REVIEW

Quiz
•
KG - 1st Grade
15 questions
Ôn tập KTGK. Bài 19 Câu lệnh điều kiện If

Quiz
•
10th Grade
10 questions
Post Test #4 - Python Fundamental #3

Quiz
•
University
15 questions
Pętla for i while

Quiz
•
9th - 12th Grade
9 questions
Python - BODMAS

Quiz
•
University - Professi...
10 questions
Списки Python

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Mathematics
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers

Quiz
•
7th Grade
20 questions
Finding Volume of Rectangular Prisms

Quiz
•
5th Grade
20 questions
Place Value

Quiz
•
4th Grade
30 questions
Math Fluency: Multiply and Divide

Quiz
•
7th Grade
20 questions
Perfect Squares and Square Roots

Quiz
•
7th Grade