Posts by Clara Akl • 11 points
1 post
-
1
votes2
answers2148
viewsQ: Generate random numbers without repeating the previously generated number
I am trying to make a program that simulates the game "Door of Hope" of Silvio Santos in Pyton and I need the program to generate a random number, excluding the number previously generated. I did it…