Sofya_Soloveva_

Untitled

Jul 15th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. from random import randint
  3. A = [randint(50, 100) for i in range(20)]
  4. print(', '.join(map(str,A)))
Advertisement
Add Comment
Please, Sign In to add comment