填空题
要调用random模块的randint函数,书写形式为()。
from random import randint
填空题 如果想在函数中修改全局变量,需要在变量的前面加上()关键字。
填空题 全局变量定义在函数外,可以在()范围内访问。
填空题 在函数内部定义的变量称作()变量。