Python 中名词
生活随笔
收集整理的這篇文章主要介紹了
Python 中名词
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
| argument | 實參 |
| attribute | 屬性 |
| base class | 基本類 |
| block | 塊 |
| character | 字符 |
| class | 類 |
| comment | 注釋 |
| complex number | 復數 |
| derived class | 導出類 |
| dictionary | 字典 |
| escape sequence | 轉義符 |
| exception | 異常 |
| expression | 表達式 |
| field | 域 |
| float | 浮點數 |
| function | 函數 |
| identifier | 標識符 |
| indentation | 縮進 |
| indexing | 索引 |
| instance | 實例 |
| integer | 整數 |
| list | 列表 |
| list comprehension | 列表綜合 |
| literal constant | 字面意義上的常量 |
| logical line | 邏輯行 |
| long integer | 長整數 |
| method | 方法 |
| module | 模塊 |
| namespace | 名稱空間 |
| object | 對象 |
| operand | 操作數 |
| operator | 運算符 |
| parameter | 形參 |
| pickle | 儲存器 |
| physical line | 物理行 |
| sequence | 序列 |
| shebang line | 組織行 |
| slicing | 切片 |
| statement | 語句 |
| string | 字符串 |
| subclass | 子類 |
| superclass | 超類 |
| tuple | 元組 |
| type | 類型 |
| variable | 變量 |
總結
以上是生活随笔為你收集整理的Python 中名词的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: N-gage
- 下一篇: Python notes