Python string part 3 (isalpha, isdigit, istitle, isalnum, isupper, islower) in Hindi

preview_player
Показать описание
How to find some properties of a string like, isalpha, isdigit, istitle, isalnum, isupper, islower. No programming experience is required for all these lectures.

We have several playlist for different programming languages:
Рекомендации по теме
Комментарии
Автор

isme ek doubt agar mein alphanumeric wale mein abc 123 esa likha toh space ka count hoga ya nahi result false aayega ya true.

industrial_inst.plc
Автор

Sir apne kaha ki is upper me space h to is alpha m false kyo aya words to alphabets hi the or space bhi??

pandeyjipandey
Автор

ap jo shikhate h vo m idle me try karta hu to bhot bar galti ho jati h , kyuki ap () ka use nhi karte or usme karna parta h

MCSLYRICAL
Автор

s= 'this is a string'
print s.islower()
t= s.upper()
print t.isupper()
aisa karna par ya run nahi kar raha ku
T isme kya h

Zunaid