Last active 1728455808

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

1 file changed, 0 insertions, 0 deletions

random.py renamed to random_index_dict.py

File renamed without changes

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

1 file changed, 3 insertions

random.py(file created)

@@ -0,0 +1,3 @@
1 + import random
2 +
3 + a = {i:random.random() for i in range(10)}
Newer Older