I have the following list of values: Numbers = [1,2,3,4]. Is it possible to create a dictionary with the same name as the values contained in the list?
Example: dictionary_1 = {} dictionary_2 = {} .... dictionary_Number.. {}
I would like to create these dictionaries automatically, without creating them manually, reading the numbers contained in the list