Rolling A Die
Here is a script that can be used to roll a die. The number of sides of the die can be adjusted. The amount of rolls and roll results can be changed at the bottom. Currently, the script will roll three times on a six sided die. #!/bin/python3.6 from random import randint “””A class to