python random pick a random value between 2 choices code example Example: randomly choose between two numbers python import random random.choice([-40, 40])