Python

※This article is based on Python 3.7.3

常量 [edit]

纯大写变量名为常量定义名

Python里面没有常量的关键字

python内置的常量不多,只有6个,分别是True、False、None、NotImplemented、Ellipsis、__debug__。

其他的变量名想定义为常数就要把字母大写。纯大写变量名为常量定义名,Python里面没有常量的关键字。

全局变量 [edit]

global 关键字

global a

コメント:



(画像の文字列を入力して下さい)

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS