Question: Python programming Create your own dice game! Be sure your program implements all of the requested features below. Submit your screenshot and Python source file,
Python programming
Create your own dice game! Be sure your program implements all of the requested features below. Submit your screenshot and Python source file, .py, before the due date. See the attached screenshot to see my sample output.
The dice game needs to do the following: - prompt and store the player's name - prompt and store the number of sides the die should have - simulate rolling dice for the computer and player - display the rolled values and use the player's name - determine the winner and display the result

File Edit View Search Terminal Help bigger@socrates:-7.../assignmentis python3 dice.py What is your name? Chris How many sides should each die have? 12 Computer rolls dice for Computer Computer Roll value: 11 Computer rolls dice for Chris Chris Roll value: 6 Computer wins! bigger@socrates:-/.../assignmentis
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
