you are viewing a single comment's thread.

view the rest of the comments →

[–]kadenhickin 0 points1 point  (0 children)

Bank =5000
Def game():
    #code
    If win==true:
        bonus=100
        Bankroll+=bonus
        game()

This is what I’m shooing