A short program that can simulate the rolls of any number of dice.
At beginnning of program, the user is prompted to input the number of dice to be rolled. The results are saved as a list, and then the list of results is printed. The program then loops back for the next rolling.
For info on how "venv" works and how to install it in a directory, this webpage was a great jumping off point: docs.python-guide.org/en/latest/dev/dirtualenvs/