Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

random python

# imports random library
import random
# randint generates a random number between the first parameter and the second
print(random.randint(-100, 100))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #random #python
ADD COMMENT
Topic
Name
3+4 =