Answers for "how to use [randNum] in python"

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

Python Answers by Framework

Browse Popular Code Answers by Language