We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentbfeeefa commit272e0c1Copy full SHA for 272e0c1
tutorial/inputoutput.po
@@ -10,7 +10,7 @@ msgstr ""
10
"Project-Id-Version:Python 3.10\n"
11
"Report-Msgid-Bugs-To:\n"
12
"POT-Creation-Date:2022-09-26 00:21+0000\n"
13
-"PO-Revision-Date:2022-06-27 09:44+0800\n"
+"PO-Revision-Date:2022-10-05 10:26+0800\n"
14
"Last-Translator:Steven Hsu <hsuhaochun@gmail.com>\n"
15
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
16
"tw)\n"
@@ -19,7 +19,7 @@ msgstr ""
19
"Content-Type:text/plain; charset=UTF-8\n"
20
"Content-Transfer-Encoding:8bit\n"
21
"Plural-Forms:nplurals=1; plural=0;\n"
22
-"X-Generator:Poedit 3.1\n"
+"X-Generator:Poedit 3.1.1\n"
23
24
#:../../tutorial/inputoutput.rst:5
25
msgid"Input and Output"
@@ -191,6 +191,8 @@ msgid ""
191
"expression, an equal sign, then the representation of the evaluated "
192
"expression:"
193
msgstr""
194
+"``=`` 說明符可用於將一個運算式擴充為該運算式的文字、一個等號、以及對該運算式"
195
+"求值 (evaluate) 後的表示法:"
196
197
#:../../tutorial/inputoutput.rst:145
198
msgid""