5.16小节完成。

This commit is contained in:
XiongNeng
2014-09-25 15:23:13 +08:00
parent f70407e4d2
commit 4e824e4b0c

View File

@@ -115,3 +115,5 @@ I/O系统由一系列的层次构建而成。你可以试着运行下面这个
>>> print('Jalape\u00f1o')
Jalapeño
>>>
注意下最后输出中的非ASCII字符 ``ñ`` 是如何被 ``ñ``取代的。