Last active 1728455847

nithir's Avatar nithir revised this gist 1728455847. Go to revision

1 file changed, 1 insertion

array_of_random_dic.py(file created)

@@ -0,0 +1 @@
1 + a = [{i:random.random() for i in range(3)} for j in range(5)]
Newer Older