Write a python script to print Fibonacci series first 10 elements some elements of a
Fibonacci series are 0 1 1 2 3 5 8. . .
Answers
Answered by
1
Python is frequently used for high-performance scientific applications. ... Due to its high performance nature, scientific computing in Python often utilizes external libraries, typically written in faster languages (like C, or Fortran for matrix operations). The main libraries used are NumPy, SciPy and Matplotlib.
Similar questions