Тёмный

Python Booleans: True, False, Boolean Types, and the not Operator 

Real Python
Подписаться 189 тыс.
Просмотров 6 тыс.
50% 1

Whether you’re a beginner programmer or a professional software developer, you know that most useful programs rely on conditional execution-in other words, the ability to make decisions and then take the appropriate action.
Understanding how Python Boolean values behave is important to programming well in Python. The Python Boolean type is one of Python’s built-in data types. It’s used to represent the truth value of an expression.
Click here to learn more: realpython.com/courses/boolea...

Опубликовано:

 

17 мар 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 7   
@AtlantaTerry
@AtlantaTerry 3 года назад
Thank you for taking the time and effort to put this together.
@processorbot8761
@processorbot8761 3 года назад
Great video!!
@centerparsnegin3272
@centerparsnegin3272 3 года назад
Bravo!
@coder4449
@coder4449 3 года назад
peace upon you I tried this process, but the result is different, why
@fratquintero7402
@fratquintero7402 3 года назад
where is the next video?
@danielfutterweit4182
@danielfutterweit4182 3 года назад
'Not given' * (not first_name) + first_name
@danielfutterweit4182
@danielfutterweit4182 3 года назад
'Not given' * (len(first_name) == 0) + first_name
Далее
Logical operators in Python are easy ☀️
5:04
Просмотров 77 тыс.
Defining Functions in Python
27:54
Просмотров 9 тыс.
Make Up with Balloons 💄☺️🍓
00:23
Просмотров 1,9 млн
Benefits of Creating List Comprehensions in Python
6:02
AND, OR, NOT, TRUE, FALSE - DAX Guide
2:13
Просмотров 3,5 тыс.
Python eval() - Evaluate Expressions Dynamically
14:02
Python Booleans | Python Tutorial #9
4:28
Просмотров 21 тыс.
Best Practices for Python Main Functions
11:17
Просмотров 182 тыс.
5 Useful Dunder Methods In Python
16:10
Просмотров 54 тыс.
How To Use Functions In Python (Python Tutorial #3)
14:55