Python Tutorial - Fibonacci Number | Program

preview_player
Показать описание
In this python programming video tutorial you will learn about the Fibonacci number in detail with different examples.

Fibonacci is the integer number series here every numbers except first two are the sum of the previous two numbers. And the number in that series are called as Fibonacci number.

Fibonacci series:

For more free tutorials on computer programming
Рекомендации по теме
Комментарии
Автор

You taught this amazing concept so easily that I will never forget this.

suyash
Автор

Your way of explain is very easy to understandable for me and I think for everyone who wants to become a python developer. ❤️ And also your voice is sooo.. cute.

sudhansusekharmahanty
Автор

Thanks, Amulya, nice problem and explanation, Kindly can you make more such problems, this is interesting.

satyajitdas
Автор

Your way of Explaining the Control flow of a program is Fabulous🤩!.

hariramasubbareddy
Автор

All your videos and explations are so good...keep posting many videos.

keerthanabuvan
Автор

thank you mam
i am 11.
im in a python class
your videos help me to revise my programs

creem
Автор

Ur explanation always be nice....
Thank you mam

dpkkr
Автор

Thanq very much... Nice explanation... pls do one video on real time project... 🙏🙏

venuj
Автор

Hii, tell me about, how to create a own app in play store and write a program.

satishbabu
Автор

Why have you used +_4 in 5*(n*n), please explain

johnsontoppo
Автор

What if i want to check given number is fibonacci if yes then print series of fibonaaci number till given number ?
This is interview question
please send me code in comment section it will be very useful

vinith
Автор

import math
n = int(input("Enter the no to check: "))
r1 = math.sqrt(5*(n*n)+4)
r2 = math.sqrt(5*(n*n)-4)
if r1.is_integer() or r2.is_integer():
print("Entered no is a Fibonacci no")
else:
print("Entered no is not a Fibonacci no")

naveencog
Автор

please post to
print n prime numbers

VarunKumar-pzsi
Автор

# import math
# n = int(input("Enter number:"))
# result1= 5*(n*n)+4
# result2= 5*(n*n)-4
#
# sqrt_result1= math.sqrt(result1)
# sqrt_result2= math.sqrt(result2)
#
# if sqrt_result1 == int(sqrt_result1) or sqrt_result2 == int(sqrt_result2):
# print("Fibonacci")
# else:
# print("Not Fibonacci")

maheshaekunde
Автор

If I write like this Meaning numbers are in fibbinoce then how can say that 13, 9 is not a fibbinoce number according to u r examples

velagajaswanth
Автор

Yaad kaise rkhe mam plzz help, kuch time ke baad bHul jata hu , plzz
....
.
.
.
i hope aap meri help karoge.

codernobita
Автор

dont speak in english are you from british india?
speak in tamil

FacebookInc.
Автор

fib-no-c. 😂 this is the worst pronunciation of this word I've heard.

slimconvict