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