Python Tutorial in Hindi | Comparing Strings in Python | String in Python | Python Tutorial

preview_player
Показать описание
Python Tutorial in Hindi | String in Python | Comparing Strings in Python | Python Tutorial
This video is part of python tutorial for beginners in hindi.In this video, I have explained about comparison of two strings. We can compare two strings using comparison operators.
queries covered:-
1) string in python
2) comparing strings in python
3) python strings

Hello guys,welcome to codeyug to build your computer science skills.Here,you will learn programming tutorials and computer science tutorials from basics to advanced.

source code :-
Thanks for watching this video
Subscribe codeyug for more programming tutorials.
About this channel:-
This channel provides free tutorials on programming,coding,web development.There are programming tutorials which covers from basics to advanced absolutely in hindi.

Our social links:-
creator:-
------shantanu kejkar-------
#string #codeyug #python #python3 #programming #coding #tutorial #comparison #compare #operator
Рекомендации по теме
Комментарии
Автор

Strings are compared using unicode( or ASCII) code but our teacher kept saying its cuz of length of strings

yuvraj..
Автор

String="python"
String[2]="k"
How string will update?

pushkardafre