python 如何定义全局变量
python定义全局变量的方法:
python需要用到关键字“global 变量名”的方式来定义全局变量。
例如:定义全局变量student,“global student”就代表定义了一个全局变量student
示例如下:
更多Python知识,请关注:云海天python教程网!!
来源:PY学习网:原文地址:https://www.py.cn/article.html
python定义全局变量的方法:
python需要用到关键字“global 变量名”的方式来定义全局变量。
例如:定义全局变量student,“global student”就代表定义了一个全局变量student
示例如下:
更多Python知识,请关注:云海天python教程网!!
来源:PY学习网:原文地址:https://www.py.cn/article.html