Answers for "python how to use random function"

4

random in python

print(random.randint(1, 100))
print(random.random())
Posted by: Guest on June-05-2020
1

which function to use in random module for a list in python

random.choice
Posted by: Guest on May-11-2020

Code answers related to "python how to use random function"

Python Answers by Framework

Browse Popular Code Answers by Language