When i run the program the dice i made are different please help
import random for i in range (1): values = random.randint (1,6) print(values) if values ==(1): print ("""+----------+ | | | | | • | | | | | +----------+""") if values ==(2): print ("""+----------+ | | | • | | | | • | | | +----------+""") if values ==(3): print ("""+----------+ | | | • • | | | | • | | | +----------+""") if values ==(4): print ("""+----------+ | | | • • | | | | • • | | | +----------+""")