Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

random in python

#imports
import random
#randint generates a random number between the first set and the second set of parameters
x = random.randint(1, 100)
print(x)
Source by machinelearningmastery.com #
 
PREVIOUS NEXT
Tagged: #random #python
ADD COMMENT
Topic
Name
1+7 =