Last active 1728455808

random_index_dict.py Raw
1import random
2
3a = {i:random.random() for i in range(10)}