Last active 1728455847

array_of_random_dic.py Raw
1a = [{i:random.random() for i in range(3)} for j in range(5)]