RUVIDEO
Поделитесь видео 🙏

Arithmetic and Comparison Operators in Python || Lesson 3 || Python || Learning Monkey || смотреть онлайн

#pytho #learningmonke #pythoncodin #placement #pythontutorial #pythoncours #pythonforbeginner #pythonfordatascienc #pythonfullcours #pythonprogrammin #pythonfreecourse

What do you learn in this class?
In this class, we discuss in detail arithmetic and comparison operators in python.
Detailed explanation
Arithmetic operators are those used to perform arithmetic operations like addition, subtraction, multiplication, etc.
Let’s take examples and understand the list of arithmetic operators present.
x=8 and y =5 are two variables considered in our example.
Addition: is an arithmetic operator performed with the symbol +
print x+y will display 13.
Subtraction: is an arithmetic operator performed with the symbol –
print x-y will display 3.
Multiplication: is an arithmetic operator performed with the symbol *
print x*y will display 40.
Division: is an arithmetic operator performed with the symbol /
print x/y will display 1.6.
Modulus: is an arithmetic operator performed with the symbol %. Modulus gives the reminder value after performing division.
print x%y will display 3.
Floor Division: is an arithmetic operator performed with the symbol //. floor division will consider the integer part after performing division.
print x//y will display 1.
Power: is an arithmetic operator performed with the symbol **.
print x**y will display 32768.
Comparison operators
Greater than: is a comparison operator performed with the symbol.
Whenever a comparison is done. if the comparison is correct it will return true. otherwise false.
Comparison operators are returning Boolean type values which we already discussed in our previous class.
print xy will display True.
Less Than: is a comparison operator performed with the symbol.
print xy will display False.
Equal to is a comparison operator performed with the symbol ==.
print x==y will display False.
Not Equal to: is a comparison operator performed with the symbol !=.
print x!=y will display True.
Greater than or equal to is a comparison operator performed with the symbol =.
print x=y will display True.
Less than or equal to: is a comparison operator performed with the symbol =.
print x=y will display False.


Link for playlists:
https://www.youtube.com/channel/UCl8x4Pn9Mnh_C1fue-Yndig/playlists



Link for our website: https://learningmonkey.in

Follow us on Facebook @ https://www.facebook.com/learningmonkey

Follow us on Instagram @ https://www.instagram.com/learningmonkey1/

Follow us on Twitter @ https://twitter.com/_learningmonkey

Mail us @ [email protected]

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Arithmetic and Comparison Operators in Python || Lesson 3 || Python || Learning Monkey ||» бесплатно и без регистрации, вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.