Part 10 | Python While Else | Python Malayalam Tutorial Series

preview_player
Показать описание
This is the tenth video of our "Python Malayalam Tutorial Series". In this tutorial, we are explaining more about python while else

Python Malayalam Tutorial Series:

Installation :

Part 1:

Part 2:

Part 3:

Part 4:

Part 5:

Part 6:

Part 7:

Part 8:

Part 9:

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

num=int(input("enter a number = "))
i=2
while i<=num-1:
if num % i==0:
print('not prime ')
break
i=i+1
else: print("prime")

DarkSpY
Автор

Best class.... simple and easy to understand the way you present. If possible, Can you please do tutorial series for all in-built functions in python, complete functions in string, tuple, dictionary, list/array, set, file methods, keywords, built in exceptions and python glossary.

shafeekahammed
Автор

nice explanation even a beginner can learn from your videos, thank you

aryaarun
Автор

I am new to Python ..Java yil anenkil minimum 25 lines venam ee programinu🤨😀 Nice class bro

muneebgrace
Автор

your class is simple and easy to understand
thanks for the great class

Jp-dutf