News

If you only want to grab a random element from a list in Python, you can do this with the random package as well. Import the random package by including import random near the top of your code.
For example: Code. Copy Text import random n = random.randint(1, 5) ... Simply create a new .py file in the same folder as your main Python code. Then “import” that file as you now know how to ...