I\'m looking for a way to create dictionary without writing the key explicitly
I want to create function that gets number variables, and create dictionary where the variables na
In principle this is possible by passing variable names to function create_dict and then reaching to a caller stack frame from within create_dict function using module inspect.