Python3 關鍵詞,錯誤種類,術語表1

2021-09-24 16:11:05 字數 1846 閱讀 9162

2023年6月22日

python3關鍵字:

and,del,from,not,while,as,elif,global,or,with,assert,else,if,pass,yield,break,except,import,print,class,in,raise,continue,finally,is,return,def,for,lambda,try,nonlocal.

錯誤種類:語法錯誤,執行時錯誤,語義錯誤

術語表1:

問題解決(problem solving)

高階語言(high-level language)

低階語言(low-level language)

可移植性(portability)

解釋(interpret)

編譯(compile)

源**(source code)

目標**(object code)

可執行檔案(executable)

提示符(prompt)

指令碼(script)

互動模式(interactive mode)

指令碼模式(script mode)

程式(program)

演算法(algorithm)

bug除錯(debugging)

語法(syntax)

語法錯誤(syntax error)

異常(exception)

語義(semantics)

語義錯誤(semantic error)

自然語言(natural language)

形式語言(formal language)

記號(token)

語法分析(parse)

print語句(print statement)

值(value)

型別(type)

整數(integer)

浮點數(floating-point)

字串(string)

變數(variable)

語句(statement)

賦值(assignment)

狀態圖(state diagram)

關鍵字(keyword)

操作符(operand)

捨去式除法(floor division)

表示式(exoression)

求值(evaluate)

優先順序規則(rules of precedence)

拼接(concatenate)

注釋(commente)

函式(function)

函式定義(function definition)

函式物件(function object)

函式頭(header)

函式體(body)

形參(parameter)

函式呼叫(function call)

實參(argument)

區域性變數(local variable)

返回值(return value)

有返回函式值(fruitful function)

無返回函式值(void function)

模組(module)

import語句(import statement)

模組物件(module object)

句點表示法(dot notation)

組合(composition)

執行流程(flow of execution)

棧圖(stack diagram)

圖框(frame)

回溯(huisu)(traceback)

#顯示當前時間

time.strftime(』%y-%m-%d %h:%m:%s』)

python提取關鍵詞

value 34895348587575 value 34895348587575 abababbaba value 1.290934 coding utf 8 created on sun aug 16 20 57 31 2020 author jwy coding utf 8 version p...

python關鍵詞大全 python的關鍵字有哪些

在python中若想查詢python中有哪些關鍵字。可以先導入keyword模組import keyword 匯入關鍵字模組 print keyword.kwlist 查詢所有關鍵字 查詢結果 false none true and as assert break class continue de...

文字關鍵詞提取 Python

import numpy as np import pandas as pd import jieba import jieba.analyse 讀取txt文字檔案 def read from file directions decode set utf 8 gb18030 iso 8859 2 g...