Feeds
已回答
how to change variable value from another function
i found this function [n] =try_b(t) global a global b a=a*t; b=b*(1-t); i can't change the sign...
how to change variable value from another function
i found this function [n] =try_b(t) global a global b a=a*t; b=b*(1-t); i can't change the sign...
7 years 前 | 0
提问
how to change variable value from another function
Hi, is there any way to change the value of a and b without change the function's signature. like global variable in c?
7 years 前 | 2 个回答 | 0
