是否可以在python中使用变量作为函数名?例如:
list = [one, two, three] for item in list: def item(): some_stuff()
python python-3.x
python ×1
python-3.x ×1