Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help with python code. Display Dice Write a function that will take in a number (from 1-6) through the parameter, and will display the

Please help with python code. image text in transcribed
Display Dice Write a function that will take in a number (from 1-6) through the parameter, and will display the appropriate ASCll 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. The ASCIl dice should look like one of the following examples: 11 .1101 I* .19. 1* Is it prime? Write a Function that will take a number (from 2-20), and will return whether or not the number entered is prime. Then create a program that asks the user for a number (ensure it is between 2-20) and display a message stating whether or not the number is prime The ASCIl dice should look like one of the following examples: Enter a Nunber:7 That number ia prime Enter a Nunber 20

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started