Posts by João Ferreira • 1 point
1 post
-
-1
votes2
answers2148
viewsA: Generate random numbers without repeating the previously generated number
Just generate a number and add it to an array, then when generating a new number do a foreach or something like that to go through all positions of the array checking if any is equal to the new…
pythonanswered João Ferreira 1