Question: I could really use some help writing this program. It's an old assigenment, but would still like to see how it is supposed to look
I could really use some help writing this program. It's an old assigenment, but would still like to see how it is supposed to look using python programming. Any help?






CIS127-Chap4CaseProg (4) (1) - Word Ta ble Tools Schula German E - File Home Insert Draw Design Layout References Mailings Review View Design LayoutTell me what you want to do d% Cut E Copy Share Find c Replace Paste Normal TNo Spac. Heading1 Heading 2 itle Subtitle Subtle Em.. Emphasis Select Fonmat Painter Clipboard Font Paragraph Styles Editing Objectives: This programming exercise will provide practice with repetition and functions in Python. ram Description This will build on the program written in Chapter 2 that calculates the amount of money that a player will have if the player gets a Blackjack, wins, loses, or pushes (ties). For this program it will actually.simulate a user playing online Blackjack (sort of). Write a basic Python program in IDLE that include the same requirements as the Chapter 2 program and will now also do the following: . Add an instruction line to the welcome message .Read in the total amount of money the user has .Repeatedly ask the user for a best amount e Indicate if the user won, lost, pushed, or got a Blackjack o Print the total amount of money the user now has o The output will print how much total money the user will have if he/she gets a Blackjack or a push or wins or loses .When the user enters an x to indicate no more best, print the end message .Be sure to match the format of the output as shown in the sample output Additional requirements .You must use functions as indicated below here .Allow for either integer or float inputs from the user for the money and bet amounts . You may assume that the user will enter valid data .The output must display the output money amounts rounded to 2 places after the decimal and must display 2 places after the decimal There will be a total of at least 2 functions: main)layRlacklask ) You may code up additional methods to break down the tasks, if desired, but are required to have at least thoca em Page 1 ot 4 1332 words E + 100% 4:54 PM O Type here to search C] 11/5/2018
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
