I’m stuck on the heads or tails aspect of this project. I’m not sure what I’m getting wrong. Any help would be appreciated.
Edit: I changed all “current money” equations to have ‘==’. Still no success
I’m stuck on the heads or tails aspect of this project. I’m not sure what I’m getting wrong. Any help would be appreciated.
Edit: I changed all “current money” equations to have ‘==’. Still no success
you can’t use +
to concatenate integer and string, i recommend using format method
or even better, f-string
if your python version supports it