您的当前位置:首页正文

python 如何定义全局变量

2024-08-01 来源:骅佗教育

python定义全局变量的方法:

python需要用到关键字“global 变量名”的方式来定义全局变量。

例如:定义全局变量student,“global student”就代表定义了一个全局变量student

示例如下:

更多Python知识,请关注:!!