Conditional Tests in Python

preview_player
Показать описание
Table of Contents:

00:00 - Conditional Tests in Python
00:10 - Equality comparision
00:22 - Not equal comparison
00:39 - Greater than and less than comparisons
01:05 - >= and <= comparison operators
01:23 - Using in to test if item in list
01:32 - Not in to test if item not in list
01:42 - Marker
02:04 - Test if either of 2 statements is true
02:21 - Combining statements with parenthesis
Рекомендации по теме