random number python
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
from random import randint
value = randint(0, 10)
print(value)