Question: need to fix line 3 because after line 2 we only have 25 dollars so we cant be 50 please help import random random.seed(5) Get

need to fix line 3 because after line 2 we only have 25 dollars so we cant be 50 please help


import random random.seed(5) Get user inputs profit goal int (input ("Profit Goal:

")) starting money int (input ("Starting Money: ")) min betint (input ("Table

minimum bet: ")) max bet int (input ("Table maximum bet: ")) current  
 

import random random.seed(5) Get user inputs profit goal int (input ("Profit Goal: ")) starting money int (input ("Starting Money: ")) min betint (input ("Table minimum bet: ")) max bet int (input ("Table maximum bet: ")) current money bet min bet starting money Initialize the bet to the minimum det spin roulette(): return random.randint (0, 36) def martingale bet (previous bet): return nin (previous bet 2, max_bet) def play roulette(): global current money global bet apin result spin roulette() While True: print ("Spin: (spin reault).", end-")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

It seems like you have provided a code snippet for a roulette game However the code is not formatted ... View full answer

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!