Posts by user184890 • 1 point
1 post
-
0
votes3
answers101
viewsA: Rules in python list creation
The rendom.simple function will not generate a repeated number... then you would break your first condition. import random def lista_random(): lista = [] for i in range(0,12):…