nithir revised this gist . Go to revision
1 file changed, 0 insertions, 0 deletions
random.py renamed to random_index_dict.py
File renamed without changes
nithir revised this gist . 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)} | |