values
-
Why I always assign intermediate values to local variables instead of passing them directly to function calls(values.local.assign.intermediate.function...)
而不是 def do_something(a, b, c): return res_fn( fn(a, b), fn...
wufei123 发布于 2024-09-29 阅读(30)