6. [10%] Please write a recursive function F(n) to calculate Fibonacci numbers. (note: F(0)=1, F(1)=1, F(n)=F(n-1)+F(n-2))