Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to tell python to create a random numer

#to choose a random number simply do this
import random
print(random.randint(1, 100))
Source by machinelearningmastery.com #
 
PREVIOUS NEXT
Tagged: #python #create #random #numer
ADD COMMENT
Topic
Name
1+9 =