I have some functions that have huge inputs (some of them has 28 etc), I have to print those variables by same sequence with inputs. I'm getting those variables with locals() functions. However this function gives me a dictionary which has totally different sequence.
So, how can I get these variables without changing their sequence ?