Donggyu1998

Untitled

Jul 22nd, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import random
  2.  
  3. ############################################################
  4. lotto = random.sample(range(1, 46), 6)
  5. lotto.sort()
  6. print(lotto)
Add Comment
Please, Sign In to add comment