|
9 | 9 | # df2dc1c92e792f7ae8417c51df43db8f_594d92a <0f49be28017426edb1db1a2ab6e67088_717605>, 2018 |
10 | 10 | # ppcfish <[email protected]>, 2019 |
11 | 11 | # jaystone776 <[email protected]>, 2021 |
12 | | -# Freesand Leo <[email protected]>, 2021 |
13 | 12 | # Alpha Du <[email protected]>, 2022 |
14 | 13 | # Rafael Fontenelle <[email protected]>, 2024 |
| 14 | +# Freesand Leo <[email protected]>, 2024 |
15 | 15 | # |
16 | 16 | #, fuzzy |
17 | 17 | msgid "" |
18 | 18 | msgstr "" |
19 | 19 | "Project-Id-Version: Python 3.9\n" |
20 | 20 | "Report-Msgid-Bugs-To: \n" |
21 | | -"POT-Creation-Date: 2024-04-15 06:01+0000\n" |
| 21 | +"POT-Creation-Date: 2024-05-24 16:33+0000\n" |
22 | 22 | "PO-Revision-Date: 2017-02-16 23:40+0000\n" |
23 | | -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
| 23 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
24 | 24 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
25 | 25 | "MIME-Version: 1.0\n" |
26 | 26 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -305,9 +305,9 @@ msgid "" |
305 | 305 | "the only value written. You can see it if you really want to using " |
306 | 306 | ":func:`print`::" |
307 | 307 | msgstr "" |
308 | | -"``fib`` 不返回值,因此,其他语言不把它当作函数,而是当作过程。事实上,没有 :keyword:`return` " |
309 | | -"语句的函数也返回值,只不过这个值比较是 ``None`` (是一个内置名称)。一般来说,解释器不会输出单独的返回值 ``None`` " |
310 | | -",如需查看该值,可以使用 :func:`print`:" |
| 308 | +"如果你用过其他语言,你可能会认为 ``fib`` 不是函数而是一个过程,因为它没有返回值。 事实上,即使没有 :keyword:`return` " |
| 309 | +"语句的函数也有返回值,尽管这个值可能相当无聊。 这个值被称为 ``None`` (是一个内置名称)。 通常解释器会屏蔽单独的返回值 ``None``。 " |
| 310 | +"如果你确有需要可以使用 :func:`print` 查看它::" |
311 | 311 |
|
312 | 312 | #: ../../tutorial/controlflow.rst:318 |
313 | 313 | msgid "" |
|
0 commit comments