Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 116 Bytes

File metadata and controls

7 lines (7 loc) · 116 Bytes

random_numbers

import random as rd rd.seed() numbers = rd.sample(range(10, 100), k = 6) numbers [] print(numbers)