Define fiber (n):
a,b = 1, 1
For I(n- 1) in the range:
a,b = b,a+b
Return to a
N=int(input ("Please enter the value of n:"))
Print ("Fib (n)), the value of Fibonacci sequence at {0} "%.