Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1d1e8d

Browse files
committed
[po] auto sync bot
1 parent 23bbb84 commit a1d1e8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tutorial/inputoutput.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,9 @@ msgid ""
483483
"complex data types like nested lists and dictionaries, parsing and "
484484
"serializing by hand becomes complicated."
485485
msgstr ""
486+
"字符串可以很轻松地写入文件并从文件中读取出来。数字可能会费点劲,因为 :meth:`read` 方法只能返回字符串,这些字符串必须传递给类似 "
487+
":func:`int` 的函数,它会接受类似 ``'123'`` 这样的字符串并返回其数字值 "
488+
"123。当你想保存诸如嵌套列表和字典这样更复杂的数据类型时,手动解析和序列化会变得复杂。"
486489

487490
#: ../../tutorial/inputoutput.rst:457
488491
msgid ""

0 commit comments

Comments
 (0)