06.exercise-strings-and-dictionaries【练习:字符串及字典】
Python Home Page Try It Yourself You are almost done with the course. Nice job. Fortunately, we have a couple more interesting problems for you before you go. As always, run the setup code below before working on the questions. 自己尝试一下 您即将完成课程。 不错的工作。 幸运的是,在您出发之前,我们还为您准备了一些更有趣的问题。 与往常一样,在解决问题之前运行下面的设置代码。 from learntools.core import binder; binder.bind(globals()) from learntools.python.ex6 import * print('Setup […]