tutorial |
---|
- Add 10 random integers to
my_list
.
-
You have to
import random
module. -
Use the
random.randint()
function to get random numbers. Search on Google "how to use the randint function".
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
tutorial |
---|
my_list
.You have to import random
module.
Use the random.randint()
function to get random numbers. Search on Google "how to use the randint function".