This Python beginner tutorial will show you how to use inbuilt python function randint function .For using randint function you need to import random function first. The randint function is used gor drawing random integers as outputs in specific scenarios or generate random characters with random indexes as in the random list example shown as example case in this tutorial.
More tutorials on python for beginners here:
• Python Programming