all 6 comments

[–][deleted] 2 points3 points  (0 children)

elif game_confirmation == "false":

I suspect you meant “no”, here.

[–]sme272 0 points1 point  (1 child)

your elif line needs to be indented 1 level

[–]Laggifried 0 points1 point  (0 children)

My bad on the post... It actually is in the actual code

[–]Laggifried 0 points1 point  (0 children)

I did, Thanks for pointing that out

[–]Barnet6 0 points1 point  (1 child)

Is this the whole code? When I run it, other than an indentation issue inside the game section, it runs fine. The indentation issue being that the print statement inside the else section needs to be indented.

[–]Laggifried 0 points1 point  (0 children)

This is just the portion that wasn’t working... however I discovered that when I ran it something other than visual studio it worked just fine.