04.exercise-lists【练习:列表】
This notebook is an exercise in the Python course. You can reference the tutorial at this link. Try It Yourself Things get more interesting with lists. See if you can solve the questions below. Remember to run the following cell first. 自己尝试一下 有了列表,事情就变得更有趣了。 看看你能否解决下面的问题。 请记住首先运行以下单元格。 from learntools.core import binder; binder.bind(globals()) from learntools.python.ex4 import * print('Setup […]