Skip to content

Commit

Permalink
Merge pull request #1926 from SiddHeartCodes/patch-1
Browse files Browse the repository at this point in the history
Update snakeLadder.py
  • Loading branch information
geekcomputers authored Jul 20, 2023
2 parents 1f14dde + 09eaec5 commit 584499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardGame-CLI/snakeLadder.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def play():
looproll = roll()
temp1 += looproll
print(f"you got {looproll} ")
if counter_6 = 3 :
if counter_6 == 3 :
temp1 -= 18
print("Three consectutives 6 got cancelled")
print("")
Expand Down

0 comments on commit 584499e

Please sign in to comment.