Random Numbers

The import command goes at the very top of the program.

import random
#
dice = random.randint(1,6)
#