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

Skip to content

Commit 0560384

Browse files
committed
[po] auto sync bot
1 parent 4a37319 commit 0560384

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tutorial/datastructures.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ msgid ""
372372
"elements in the sequence. Note that multiple assignment is really just a "
373373
"combination of tuple packing and sequence unpacking."
374374
msgstr ""
375+
"这被称为 *序列解包* "
376+
"也是很恰当的,因为解包操作的等号右侧可以是任何序列。序列解包要求等号左侧的变量数与右侧序列里所含的元素数相同。注意可变参数其实也只是元组打包和序列解包的组合。"
375377

376378
#: ../../tutorial/datastructures.rst:440
377379
msgid "Sets"
@@ -385,6 +387,8 @@ msgid ""
385387
"mathematical operations like union, intersection, difference, and symmetric "
386388
"difference."
387389
msgstr ""
390+
"Python也包含有 *集合* 类型。集合是由不重复元素组成的无序的集。它的基本用法包括成员检测和消除重复元素。集合对象也支持像 "
391+
"联合,交集,差集,对称差分等数学运算。"
388392

389393
#: ../../tutorial/datastructures.rst:447
390394
msgid ""

0 commit comments

Comments
 (0)