I started learning Python (didn't get far) but the way it handles array bounds is damn cool. If you go outside the index it wraps around, -1 is the last element. If your array is only 5 units, a index of 6 is the first element.
Not sure how useful that is in real code but I thought it was damn cool.
