import random numberList = [111,222,333,444,555] print("random item from list is: ", random.choice(numberList))