Fibonacci Sequence

A function that generates the first 10 numbers in the Fibonacci sequence. The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, starting from 0 and 1. For example, the first 10 numbers are: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34.

image