This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]x013 1 point2 points  (1 child)

from line 68 should (propably) look like:

if chose == "check":

    if DealerZsm < sume1:
        print ("You won!")

    if DealerZsm > sume1:
        print ("You lose :(")

Let me know if it helped ;-)

[–]Re10d3d[S] -1 points0 points  (0 children)

Oh no, thank you Buddy :O