|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 |
| -# Copyright (C) 2001-2023, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2024, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package.
|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 | 5 | #
|
6 | 6 | # Translators:
|
7 |
| -# Freesand Leo <[email protected]>, 2023 |
8 | 7 | # Rafael Fontenelle <[email protected]>, 2023
|
| 8 | +# Freesand Leo <[email protected]>, 2024 |
9 | 9 | #
|
10 | 10 | #, fuzzy
|
11 | 11 | msgid ""
|
12 | 12 | msgstr ""
|
13 | 13 | "Project-Id-Version: Python 3.10\n"
|
14 | 14 | "Report-Msgid-Bugs-To: \n"
|
15 |
| -"POT-Creation-Date: 2023-09-01 15:12+0000\n" |
| 15 | +"POT-Creation-Date: 2024-05-24 15:56+0000\n" |
16 | 16 | "PO-Revision-Date: 2022-11-05 17:23+0000\n"
|
17 |
| -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n" |
| 17 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
18 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
19 | 19 | "MIME-Version: 1.0\n"
|
20 | 20 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -468,9 +468,9 @@ msgid ""
|
468 | 468 | "the only value written. You can see it if you really want to using "
|
469 | 469 | ":func:`print`::"
|
470 | 470 | msgstr ""
|
471 |
| -"``fib`` 不返回值,因此,其他语言不把它当作函数,而是当作过程。事实上,没有 :keyword:`return` " |
472 |
| -"语句的函数也返回值,只不过这个值比较是 ``None`` (是一个内置名称)。一般来说,解释器不会输出单独的返回值 ``None`` " |
473 |
| -",如需查看该值,可以使用 :func:`print`:" |
| 471 | +"如果你用过其他语言,你可能会认为 ``fib`` 不是函数而是一个过程,因为它没有返回值。 事实上,即使没有 :keyword:`return` " |
| 472 | +"语句的函数也有返回值,尽管这个值可能相当无聊。 这个值被称为 ``None`` (是一个内置名称)。 通常解释器会屏蔽单独的返回值 ``None``。 " |
| 473 | +"如果你确有需要可以使用 :func:`print` 查看它::" |
474 | 474 |
|
475 | 475 | #: ../../tutorial/controlflow.rst:494
|
476 | 476 | msgid ""
|
|
0 commit comments