We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdedf9c commit b6a7b2dCopy full SHA for b6a7b2d
109.md
@@ -91,7 +91,7 @@
91
>>> print "Suzhou is more than {year} years. {name} lives in here.".format(year=2500, name="qiwsir")
92
Suzhou is more than 2500 years. qiwsir lives in here.
93
94
-真的很简洁,看成优雅。
+真的很简洁,堪称优雅。
95
96
其实,还有一种格式化的方法,被称为“字典格式化”,这里仅仅列一个例子,如果看官要了解字典的含义,本教程后续会有的。
97
0 commit comments