1,287,075 views
Practice: http://judge.mipt.ru/mipt_cs_on_python3/ Telegram group: https://t.me/tkhirianov_mipt_cs_on_py... Sponsor: / tkhirianov or https://www.paypal.me/tkhirianov course: Computer Science. Algorithms and Data Structures in Python 3. delivered 09/12/2017 lecturer: Timofey Fedorovich Khirianov Topics covered in lecture #2: - Fundamentals of Boolean algebra. - Truth tables and logical laws. - Disjunctive normal form. - The bool data type. True, False constants. Logical operations in Python. - Checking a sequence for the presence of the number x%10==0. - Checking a sequence for the fact that all numbers are divisible by 10. - Sequential and nested conditional statements. - Cascading conditional statements, elif operator.