Advertisement
ABIX_Edukacja

LwS-Python-07

Apr 9th, 2020
9,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. from random import randint, seed
  2. seed(20)
  3. lst3 = [ randint(1,30) for x in range(15) ]
  4.  
  5. # [29, 24, 22, 26, 25, 29, 29, 5, 9, 22, 21, 28, 29, 4, 28]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement