Python Programming Basics For Beginners #6 - Comparison Operators

preview_player
Показать описание
Learn how to do comparison operators in python in this video! In this python tutorial for beginners, you can learn how to do conditional operators in python! In python, there are different comparison/conditional operators, such as equal to or greater than, etc. Comparison operators are key to any program, python or not. Whether you are doing a huge project, or a small text-based interface, conditional operators in python are used a lot.

This python programming tutorial for beginners is the 6th episode of a series where I teach you learn python basics! The series is a python full course for beginners.

Make sure to leave a like if you enjoyed!

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

oh there are other comparison operators that's what I want to ask about in the previous video.
Like what I not equal something like that.

Love from the Philippines bro.

frioXN
Автор

i want to ask something ..
in greater than and equal to "<="
in this, it will check both of them .. like if 5 is greater than 7 then print true ... 5 is not equal to to 7 so, in this also
it will print true . it will check both of them and if it one matches then it will print true
am i right ??

punishertvv