Fibonacci Series in Python | while loop in python | Python | #shorts #python #ytshorts #education

preview_player
Показать описание
while loop in python
WAP to print fibonacci series till nth input value using while loop

new video for python programming
python code for problem solving approach.
- python for beginners
- learn python in simple way.
- first clear basic concepts.
- solve more problems and consistent practice.

while loop in Python Program
python programming for beginners
python programming examples
python whil loop
learn python

#shorts #ytshorts

Рекомендации по теме
Комментарии
Автор

n=10
n1=0
n2=1
i=0
while i<n:
print(n1)
nth=n1+n2
n1=n2
n2=nth
i+=1

godzillagamingmonsters
Автор

Good work. Why you stopped publishing videos. Can I do voice over oN your videos?

ZeeshanAcademy
Автор

Everything is good but not able to see full screen sides end are missing

shaikrasool
Автор

I m interest..but i can understand ur formula..plz understand me easy way brother..
বাংলায় বললে আরো ভালো হতো।

johirkhan