I'm wondering how can do create a kind of key_duplicated dictionary given a previously defined dictionary?
namely, Suppose we have a dictionary like this {"qq":1,"ww":2,"ee",3} then I want a new dictionary with the same keys and maybe some random values of the same type as the given dictionary {"qq":0,"ww":0,"ee":0}.