0
[Solved] I would like to use the ran variable and have it reset and generate a new number everytime it is called.
2 odpowiedzi
+ 4
One way could be using a loop:
For each iteration, do
* sample random range (your ran)
* print
+ 3
So simple! :) Thank you, Lisa!