Python 3 Advent Of Code Day 1 Part 1 & 2

preview_player
Показать описание
Trying to complete the advent of coding. Basically a set of coding challenges to hone your skills. If you need help with advent questions take a look here. Day 1 is simple just a few if statement but took me little to get started because I did not understand how it worked.

LINKS
Рекомендации по теме
Комментарии
Автор

mind you I'm 16 haha, but instead of doing elif blah blah, you can do
else:
cause if your not adding 1, your obviously subtracting 1
so
else:
floor -= 1

matthewtrindade