Question: Write a function that will take in a number (from 1-6) through the parameter, and will display the appropriate ASCII depiction of a dice face
Write a function that will take in a number (from 1-6) through the parameter, and will display the appropriate ASCII depiction of a dice face with pips. Then create a program that generates a random number 1-6 and calls your Function to display the random dice face.

Using python 3.6 to solve this question.
The ASCII dice should look like one of the following examples: I* 11* *1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
