学习笔记
全局变量报错:UnboundLocalError: local variable ‘l’ referenced before assignment
总结: 内部函数,不修改全局变量可以访问全局变量 内部函数,修改同名全局变量,则...
C 中使用 gets() 提示 warning: this program uses gets(), which is unsafe.
C 中使用 gets() ,编译时会出现如下警告: warning: this ...