Skip to content
Utils
Reccommended Python Books
Running a Python program through BASH
Line by Line Interpreter
Mock CSV Data Generator
Home
About
Navigation Menu
Navigation Menu
Utils
Reccommended Python Books
Running a Python program through BASH
Line by Line Interpreter
Mock CSV Data Generator
Home
About
Learnearn.uk »
Python Unit Home
»
Python Random Tutorial
Python Random Tutorial
Random Number
Random Choice
Shuffle a List
num = random.randint(startnum,endnum)
choice = random.choice(listname)
listname.shuffle()