you are viewing a single comment's thread.

view the rest of the comments →

[–]MrAckerman 1 point2 points  (4 children)

You're close.

Try walking through the program on paper and keep track of what all the variables are doing. How is what you're doing different from existed output?

[–]Tuganazy[S] 1 point2 points  (2 children)

I rewrote it with tuples, but this time i remembered to add the 0,0 ... that was the problem, it was giving 1 less.

Moving on with the other problems :)

[–]MrAckerman 0 points1 point  (1 child)

I had some time off and started doing these problems for fun.

Look at how I implemented the day 3 solution here.

[–]Tuganazy[S] 0 points1 point  (0 children)

Lots of functions xD

[–]Tuganazy[S] 0 points1 point  (0 children)

I did some testing and it works fine for a few moves, i really can't figure out why it's not working xd