Python Tutorial 5 - Boolean and Logical Operators

Опубликовано: 16 Июль 2020
на канале: Dr Skunk
11
1

In this video , we will be learning boolean and logical operators in python . Every programming language use boolean , as well as pythons . Boolean are simply True or False in any programming language . Logical Operators in python consist of :
Greater Than - uses the default greater than symbol
Less Than - uses the default less than symbol
Greater Than or Equal - uses the default greater than or equal symbol
Less Than Or Equal - uses the default less than or equal symbol
Equal - uses two equal sign (==)
Not Equal - uses exclamation point and equal sign (!=)

Boolean can also be compared using the "and" & "or" keyword . Mathematics truth table applies in this part .

Python Download : https://www.python.org/downloads


На этой странице сайта вы можете посмотреть видео онлайн Python Tutorial 5 - Boolean and Logical Operators длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Dr Skunk 16 Июль 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 11 раз и оно понравилось 1 зрителям. Приятного просмотра!