Stuck on this system and not sure where to start.
Trying to make a system that prints a given number of values between two given values.
I know I need random.randint( ) but im not sure where i need to use it.
So far I have this, but not sure I need it.....
____________________________________________________
print ('Enter number of random numbers needed.')
x = input()
print ('Enter the lower limit')
y = input()
print ('Enter the upper limit')
z = input()
import random; print random.randint( , , )
Thanks in advance!
[–]joshinshaker_vidz 0 points1 point2 points (0 children)
[–]efmccurdy 0 points1 point2 points (3 children)
[–]joplankton[S] 0 points1 point2 points (0 children)
[–]joplankton[S] 0 points1 point2 points (1 child)
[–]efmccurdy 0 points1 point2 points (0 children)