Python Lists Quiz

Python Lists Quiz

University

17 Qs

quiz-placeholder

Similar activities

Introduction type of computer

Introduction type of computer

University

20 Qs

Principles of Programming Languages

Principles of Programming Languages

University

15 Qs

HISTORIA

HISTORIA

University - Professional Development

15 Qs

Using Computer Terminology

Using Computer Terminology

1st Grade - University

15 Qs

History of computer

History of computer

University

20 Qs

Manejo de la Computadora y Atajos

Manejo de la Computadora y Atajos

University

14 Qs

PTI Quiz - Pertemuan 1

PTI Quiz - Pertemuan 1

University

15 Qs

Gaming 2023

Gaming 2023

1st Grade - Professional Development

12 Qs

Python Lists Quiz

Python Lists Quiz

Assessment

Quiz

Computers

University

Practice Problem

Easy

Created by

Shiwen Zhang

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下语法的结果是什么:

mylist = ['apple', 'banana', 'cherry']

print(mylist[1])?

Banana

Cherry

Orange

Apple

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

列表 mylist = ['apple', 'banana', 'cherry'] 的第一个元素是什么?

grape

apple

cherry

banana

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

这个列表里面有几个元素 mylist = ['apple', 'banana', 'cherry']?

5

4

3

2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下面哪个元素不属于列表mylist

mylist = ['apple', 'banana', 'cherry']?

banana

cherry

apple

kiwi

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

如何访问列表 mylist = ['apple', 'banana', 'cherry'] 的最后一个元素?

mylist[3]

mylist[-1]

mylist[0]

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

打印列表fruits里面的第二个元素

fruits = ["apple", "banana", "cherry"]

print( )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列代码的运行结果为

mylist = ['apple', 'banana', 'cherry', 'orange', 'kiwi']
print(mylist[1:4])

['banana', 'cherry', 'orange']

['banana', 'cherry', 'orange', 'kiwi']

['cherry', 'orange', 'kiwi']

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?