You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"Patterns may use named constants. These must be dotted names to prevent "
"them from being interpreted as capture variable::"
msgstr ""
"模式可以使用附名常數 (named constant)。這些模式必須是點分隔名稱,以免它們被解"
"釋為擷取變數:\n"
"\n"
"::"
#: ../../tutorial/controlflow.rst:414
msgid ""
"For a more detailed explanation and additional examples, you can look into :"
"pep:`636` which is written in a tutorial format."
msgstr ""
"關於更詳細的解釋和其他範例,你可以閱讀 :pep:`636`,它是以教學的格式編寫而成。"
#: ../../tutorial/controlflow.rst:420
msgid "Defining Functions"
Expand DownExpand Up
@@ -1275,23 +1344,3 @@ msgstr ""
"實際上,\\ *傳址呼叫 (call by object reference)* 的說法可能較為貼切。因為,若"
"傳遞的是一個可變物件時,呼叫者將看得見被呼叫者對物件做出的任何改變(例如被插"
"入 list 內的新項目)。"
#~ msgid ""
#~ "If you need to modify the sequence you are iterating over while inside "
#~ "the loop (for example to duplicate selected items), it is recommended "
#~ "that you first make a copy. Iterating over a sequence does not "
#~ "implicitly make a copy. The slice notation makes this especially "
#~ "convenient::"
#~ msgstr ""
#~ "如果你在迴圈中需要修改一個你正在疊代的序列(例如重複一些選擇的元素),那麼"
#~ "會建議你先建立一個序列的拷貝。疊代序列並不暗示建立新的拷貝。此時 slice 語"
#~ "法就讓這件事十分容易完成:\n"
#~ "\n"
#~ "::"
#~ msgid ""
#~ "With ``for w in words:``, the example would attempt to create an infinite "
#~ "list, inserting ``defenestrate`` over and over again."
#~ msgstr ""
#~ "在 ``for w in words:`` 的情況,這個例子會試著重覆不斷地插入 "
#~ "``defenestrate``,產生一個無限長的 list。"
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.