python定义全局变量的方法:
python需要用到关键字“global 变量名”的方式来定义全局变量。
例如:定义全局变量student,“global student”就代表定义了一个全局变量student
示例如下:
更多Python知识,请关注:!!