+ 2
How can I eliminate number from random.randint?
I'm making program with random choice of questions and I don't want these questions to repeat.I'm using if statements and I can't figure out how to eliminate already chosen number from random choice.
1 Answer
+ 4
Here's one approach.
https://code.sololearn.com/cx55hYoFArQS/?ref=app