target of an assignment 中文意思是什麼

target of an assignment 解釋
賦值目標
  • target : n 靶子,標的;目標;(嘲笑等的)對象;笑柄 (for); (儲蓄,貿易等的)定額,指標;小羊的頸胸肉;...
  • of : OF =Old French 古法語。
  • an : an1indef. art. 見 a 條。1. 〈方、口〉 = and. 2. 〈古、方〉 = (and) if.
  • assignment : n. 1. 分給,分配。2. 指定,委派。3. (理由等的)陳述;(錯誤等的)指出。4. (財產、權利的)轉讓,讓與。5. 讓與證書,委託證書。6. 〈美國〉任命;任務,工作;(課外)作業。
  1. Assignment of an object to a single target is recursively defined as follows

    一個對象向單個目標的賦值遞歸地定義如下。
  2. Assignment of an object to a target list is recursively defined as follows

    一個對象向一個目的序列的賦值遞歸地定義如下
  3. An assignment statement evaluates the expression list ( remember that this can be a single expression or a comma - separated list, the latter yielding a tuple ) and assigns the single resulting object to each of the target lists, from left to right

    一個賦值語句對表達式序列求值(還記得這可以是單個表達式或者一個逗號分隔的序列,後者導出一個元組) ,然後從左到右地將對象結果一一地賦給目的序列的每個對象。
  4. An augmented assignment evaluates the target ( which, unlike normal assignment statements, cannot be an unpacking ) and the expression list, performs the binary operation specific to the type of assignment on the two operands, and assigns the result to the original target

    一條增量賦值語句對目標(和一般的賦值語句不同,它不能是展開的對象)和表達式列表求值,執行特定於兩個操作數的賦值類型的二元運算,並將結果賦值給原先的目標。
分享友人