Question: Directions: Create a Python program that calculates the amount of money that a player will have if the player gets a Blackja ( 2 1

Directions:
Create a Python program that calculates the amount of money that a player will have if the player gets a Blackja
(21), wins, loses, or pushes (ties). Your program must include comments describing each section of your program
Write a pseudo code to describe your program (upload as separate file with program).
Keep in mind that I typed in the number "100" as the Starting Money and the number "10" as the Bet
Amount. Your program should work no matter what amount the player inputs as starting money and
amount. Your output must match the picture below.
BLACKJACK!
Blackjack payout is 3:2
Starting money: }10
Bet amount: 10
ENDING MONEY FOR A...
Blackjack: 115.0
Win: 110.0
Push: }\quad100.
Lose: 90.0
Bye!.
Requirements:
Make sure your program follows the following rules:
The program should accept integer or float entries.
Assume the user will enter valid data.
Getting a Blackjack pays out 3:2, which is 1.5 times the bet amount.
Directions: Create a Python program that

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!