how to enter random mobile numbers in a list in python code example Example: python function to print random number import random n = random.randint(0,22) print(n)