Question: Develop a flowchart and then a Python app to create a dice game which will be played according to the following rules Input from the

Develop a flowchart and then a Python app to create a dice game which will be played according to the following rules Input from the user a number that s(he) guesses that the pair of dice will equal when each is rolled. This guess should be between 2 and 12 .A pair of dice will then be rolled by the computer up to three times with the results being displayed after each roll. (A dice roll wil be simulated by generating two random numbers between 1 and 6 inclusive) If the number entered by the user is rolled within three tries of rolling the dice, the user wins and the dice are rolled no more If the dice are rolled three times and the user input number is not returned the user loses A message should be displayed indicating that the user has either won or lost the game. Create the app so that the user can continue to play until he/she answers no
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
