如果定义了这样的函数:
def plop(plop): ploplop = 1234 if plop == ploplop: print "I plopped"
如何在功能范围之外选择ploplop?
python variables function
function ×1
python ×1
variables ×1