(Dis)Order of Operations
- littlegreensoldier
- Jan 19, 2016
- 1 min read
Celebratory "passed the 50% mark in Codecademy Python" post \('.'\) (/'.')/
Just finished programming a Battleship game. Not bad, except it was purely by following course material. So nothing groundbreaking yet - only thing that broke was my mind when learning order of boolean operations. Weird mix of something familiar and brand new.
Apparently "not not True and False or False or True and True or True" evaluates to "True". Oooooh
Once I finish learning loops I'll have a text adventure game up - I'll see that it's worthy of being posted here. And after Object-Oriented Programming, I'll probably put a Snake game together.
Comments