Question: Could you please add comments to the code and explain why everything is used based on the code used . I need to present this

Could you please add comments to the code and explain why everything is used based on the code used .I need to present this project so i need comments an explanation for eveyrthing .Thank you .If it could be done before 4pm I would appriciarw ir .with python write a Blackjack ( simple ) simulator
Single "player" vs the dealer
ace can always count as 11 if you want
'play' 100,000 hands, and count how often the player wins/draws/loses for each starting value when Staying and Hitting
end up with a table of results for starting values from 4-22( that's bad but it's ok ), and then a count of win/loss/draw for hit and win/loss/draw for stand
Dealer will always take another card if their total is <=16

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!