fibonacci = (n) :
myFavorite = matrix
if (n >= 0) :
myFavorite(n)
. else :
n = n * -1
if (n % 2 == 1) :
myFavorite(n) * -1
.