Sofya_Soloveva_

Untitled

Jul 15th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. from random import randint
  2. weights = [randint(50, 100) for i in range(20)]
  3. print(', '.join(map(str,weights)))
Advertisement
Add Comment
Please, Sign In to add comment