P_15 Operators in Python | Assignment and Comparison Operators | Python Tutorials for Beginners

preview_player
Показать описание
Python Tutorial to learn Python with real life examples

In this video we will discuss Assignment Operators and Relational Operators (Less than, Less than equals to, Greater than, Greater than equals to, Equals to, Not equals to) in Python

****************************************************
Connect & Contact Me:

*****************************************************

More Playlists:

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

I'm still on C Programming, but when I'm done, I'm heading to this series. You're the best ✌️

NachoDev
Автор

weight = input ("enter your weight in KG: ")
height = input ("enter your height meters: ")
bmi = (int(weight) / float(height) ** 2)
print ("Your bmi is: " + str(bmi))

rajhuidrom
Автор

Please do python videos levery day. Beacuse I understand the way you teaches is awasome. I find difficulty when I use to learn in other youtube channel. Please do videos on python daily Jenny madam. Thank you.

santoshkumarchede
Автор

i/p

a, b =1, 2
c=a+b
print(c)
c+a
print(c)
c%=b
print(c)
c//=a
print(c)

o/p
3
4
0
0

sanjayganesh
Автор

Whatever search in computer science topic. The first video will be yours because your teaching is super 👌👌👌

MASTER-ksjt
Автор

Loving the assignment part. Please add more assignments in the video for practice. Thanks

praveenkumarrai
Автор

How many guys want a C++ video then like down to know that we also want to learn C++ too 🤧

zenxdraken
Автор

The best lecturer i have ever had Thank you so much madam Best of luck THANK YOU AGAIN

molinduachintha
Автор

short hand notations in python are usually faster and a more pythonic way to write code

pruthwikmishra
Автор

I'm a variable in my containers ❤ I stored you mam

jagadishreddy
Автор

Assignment-3

a, b = 1, 2
c = a + b
print(c)
c += a
print(c)
c %= b
print(c)
c //= a
print(c)

o/p
3
4
0
0

Sami
Автор

this video is very helpful, keep on adding more and more videos, you are indeed a blessing to this field

KuirThuch
Автор

a, b=1, 2
c=a+b
print(c)
c +=a
print(c)
c %=b
print(c)
c //a
print(c)

output is
3
4
0
0

karthik
Автор

Mam I know you be the best teacher in the world

vijay
Автор

a, b=1, 2
c=a+b
print(c)
c +=a
print(c)
c %= b
print(c)
c //= a
print(c)
result: 3
4
0
0

ramaraju
Автор

x=input("height")
y=input("weight")

print(bmi)

sanjaynishad
Автор

thank you, i rly appreciate ur way of teaching

daniiiiiiiiiiiiiiiii
Автор

YouTube me kal achank apka video pop-up huwa, aur maine apke sabhi videos, shorts dekh liye, aur like bhi kie, halaki mujhe kuch bhi samaj nhi aaya, kyuki mai Tax wala hu. Apki video me apki mehnat nazar ati hai, sabse acchi chij ye lagi ki aap views subscribers badhane k lie baki teachers youtubers ki tarah nhi karte, best of luck, lots of ❤ and respect from Raipur cg.

UMESHSHARMA-zmtw
Автор

mam video thoda fastly daaliye because we lost the previous video concepts when u uploading next video
because there is huge gap.

adityaupadhyay
Автор

Ma'am can you please provide complete python noted in single pdf

pritimishra