when the balance is null after spinning we need to deposit more. soo in the spin function i believe this is needed if total_bet > balance <= 0: print(f" You do not have enough to bet that amount, your current balance is: ${balance}") main()
when the balance is null after spinning we need to deposit more.
soo in the spin function i believe this is needed
if total_bet > balance <= 0:
print(f" You do not have enough to bet that amount, your current balance is: ${balance}")
main()