我有一套功能:
functions=set(...)
所有功能都需要一个参数x.
做python的最有效方法是做类似的事情:
for function in functions: function(x)
python iteration
iteration ×1
python ×1