Python常用英文單詞

2022-04-29 15:48:09 字數 3726 閱讀 7415

一、互動式環境與print輸出

1、print:列印/輸出

2、coding:編碼

3、syntax:語法

4、error:錯誤

5、invalid:無效

6、identifier:名稱/識別符號

7、character

:字元二、字串的操作

1、user:使用者

2、name:姓名/名稱

3、attribute:字段/屬性

4、value:值

5、key:鍵

三、重複/轉換/替換/原始字串

1、upper:上面

2、lower:下面

3、capitalize:用大寫字母寫或印刷

4、title:標題

5、replace:替換

6、old:舊的

7、new:新的

8、count:計數

9、swap:互換

10、case:情形

11、path:路徑

12、new:新的\新建

13、project:專案

14、test:測試

15、file:檔案

16、data:資料

四、去除/查詢/計數

1、strip:去除

2、index:索引

3、find:查詢

4、count:計數

5、start:開始

6、end:結束

7、chars:字元

8、sub:附屬

五、獲取輸入/格式化

1、input:輸入

2、prompt:提示

3、id:身份證

4、format:格式化

5、args(argument):引數

6、kwargs:關鍵字引數

7、year:年

8、month:月

9、day:日

六、元組

1、tuple:元組

2、max:最大

3、min:最小

4、iterable:可迭代

5、key:關鍵字

6、function:方法/函式

7、stop:停止

8、object:物件

七、列表

八、集合

1、set:集合/設定

2、add:新增

3、update:更新

4、discard:丟棄

5、intersection:相交

6、union:聯合

7、difference:差數

8、symmetric:對稱

9、in:在…裡面

10、not:不/不是

11、disjoint:不相交

12、subset:子集

13、superset:父集/超集

14、copy:複製

九、字典

args):可變關鍵字元素

十、循

1、for…in…迴圈的使用

2、while…迴圈的使用

3、range:範圍

4、sep(separate):分隔

5、flush:沖刷

6、step:步長

7、continue:繼續

8、break:突破/跳出

一、條件/跳出與束循

1、if:如果

2、else:否則

二、運算子與隨機數

1、module:模組

2、sys(system):系統

3、path:路徑

4、import:匯入

5、from:從…

三、定函式與定引數

1、birthday:出生日期

2、year:年份

3、month:月份

4、day:日期

5、type:型別

6、error:錯誤

7、missing:丟失

8、required:必須

9、positional:位置

10、unsupported:不支援

十四、定收集引數

1、create:建立

2、info:資訊

3、age:年齡

4、height:高度

5、width:寬度

6、weight:重量

7、splicing:拼接

8、params:引數

9、volume:體積

11、operand:運算元

五、巢狀函式/作用域/

1、inside:內部

2、outside:外部

3、radius:半徑

4、perimeter:周長

5、case:情形

6、synthesis:合成

7、execute:執行

十六、遞迴函式

1、recursion:遞迴

2、infinite:無窮

3、maximum:最大值

4、depth:深度

5、exceeded:超過

6、factorial:階乘

7、search:查詢

8、power:冪

9、lower:下方

10、upper:上方

11、middle:中間

12、assert/assertion:異常

七、列表推/lambda表示式

1、square:平方

2、even:偶數

3、comprehension:理解

4、lambda:希臘字母λ的英文名稱,大名鼎鼎的遊戲半條命裡面的logo就是這個。

八、列表推/lambda表示式

1、regular:規則

2、expression: 表示式

3、group:組

4、match:匹配

5、span:跨度

6、ignore case:忽略 大小寫

7、multi line:多 行

8、dot all:點 全部

9、unicode:萬國碼

10、verbose:累贅

11、pos/position:位置

---非原創,**於網路

Python常用英文單詞

一 互動式環境與print輸出 1 print 列印 輸出 2 coding 編碼 3 syntax 語法 4 error 錯誤 5 invalid 無效 6 identifier 名稱 識別符號 7 character 字元 二 字串的操作 1 user 使用者 2 name 姓名 名稱 3 at...

python 統計 英文 單詞

import sys,os,re def count words text num char text re.sub w text number text re.sub 0 9 text shrink whitespace text re.sub s text return text.count d...

python中的英文單詞

list是乙個可變的有序表,所以,可以往list中追加元素到末尾 classmates michael bob tracy adam 也可以把元素插入到指定的位置,比如索引號為1的位置 classmates.insert 1,jack classmates michael jack bob trac...