We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Could you explain the code please?
I got up to here but I dont take into account g games so not sure what Im missing as I pass the first test case but fail others.
def twoStacks(maxSum, a, b):
score = 0
counter = 0
Game of Two Stacks
You are viewing a single comment's thread. Return to all comments →
Could you explain the code please? I got up to here but I dont take into account g games so not sure what Im missing as I pass the first test case but fail others.
def twoStacks(maxSum, a, b): score = 0 counter = 0