
Python Lists Quiz
Authored by Shiwen Zhang
Computers
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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( )
(a)
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']
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?