Python Tutorial in Urdu | Hindi | While Loop in Python | While Loop Example Programs in Python

preview_player
Показать описание
In this video you will learn about Python Tutorial in Urdu | Hindi | While Loop in Python | While Loop Example Programs in Python.
What is while loop?
How to use while loop in python?
Why we use while loop in Python?

Free Python 3 Complete Course in Urdu | Hindi in 2019 - Let's Start Learning and Become Python Programmer.
Course Includes all of core concepts to start Programming in Python.
Basic to Advance Level Course with different types of examples / Real World Projects i.e Automation Scripting, Web Development and Machine Learning.
Never Forget to Subscribe My Chanel and pressing Bell Icon for latest updates.
Thanks a lot.

Please Subscribe our Channel for more IT Tutorials.

Our Facebook Page Link :
Twitter Link:
Dailymotion Link:
#WhileLoopinPython
#WhyWeUseWhileLoopInPython
Рекомендации по теме
Комментарии
Автор

Dear can you please explain when i write this program in this way why it is giving me table of 2 up to 11 as mention below.
num = 2
index = 1
while index <=10:
result = index * num
index = index + 1
print(str(num)

abdulazizroomi
Автор

def count_down(start_number):
while (current > 0):
print(current)
current -= 1
print("Zero!")


count_down(3)
piease correct this code

aliraza-zlft
Автор

Question:
aap nay "num" or "index" ko str may q convert kara "num" or "index" int hee to hay us hee may kaa krtay rehtay ?

huzaifasiraj
Автор

i could not run the table in my jupyter note book why ?

Автор

def find_table(number):
number = 6
index = 1
while index <= 20:
result = number * index
print(str(number) + "*" + str(index) + "=" + str(result))
index = index + 1

find_table(number=6)

muhammadhamzaatif
Автор

def table(number):
index=0
result=0
while index <=10:
result=index*number
print(str(number) + " * " + str(index) +" = " + str(result) )
index=index + 1

table(2)

tauseefahmad
Автор

Iska white colur sahi nahi lag rha please pehle ki trha black background ralhen

abidatofficial
Автор

This vedio not support likhaa arahaa hy
Ye vedio download ni horahi

qasimmehmood
welcome to shbcf.ru