Recall the definition of Fibonacci sequence: , for
Your goal in this problem is to find the last digit of Fibonacci number using a for loop. We've already written part of the logic to calculate the last digit; your task is to write the required additional code to finish the for loop declaration.
Recall that Fibonacci numbers grow exponentially. For example:
Tip: If you're stuck, you can learn more about the Fibonacci sequence using the Fibonacci Calculator.