以下语法的结果是什么:
mylist = ['apple', 'banana', 'cherry']
print(mylist[1])?
Python Lists Quiz
Quiz
•
Computers
•
University
•
Easy
Shiwen Zhang
Used 1+ times
FREE Resource
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']
20 questions
Bertelsmann AI Track Quiz Initiative #3
Quiz
•
University - Professi...
22 questions
113下學期七年級測驗
Quiz
•
7th Grade - University
15 questions
Python End of Topic Quiz
Quiz
•
8th Grade - University
15 questions
Quiz4
Quiz
•
University
20 questions
list 6th
Quiz
•
7th Grade - University
16 questions
Python Sets Quiz
Quiz
•
University
15 questions
Python Programming
Quiz
•
5th Grade - University
20 questions
8-期中总结
Quiz
•
University
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade