У нас вы можете посмотреть бесплатно CONDITIONAL Statements in Python (IF, ELIF, ELSE, Nested, Ternary Operators) - Python for Beginners или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
🎓 Welcome back to Digital Academy, the Complete Python Development Tutorial for Beginners, which will teach you How to control the execution flow in your program, using Expressions and Conditional Statements in Python: IF, ELIF, ELSE - and more! ▬▬▬▬ 📖 Content ▬▬▬▬ 🖥️ Everything you have seen so far, has consisted of sequential execution, in which statements are always performed, one after the next - and exactly in the order you specified, explicitly! But the World is often more complicated than that. Frequently, a program needs to skip over some statements, execute a series of statements, repetitively - or even choose between alternate sets of statements, to execute. And this is where the core concept of Control Structure comes in, so you can control which instructions are executed, in your program - and alter its behaviour. In programming languages, most of the time you want to control the execution flow of your program, since: you want to execute some set of statements, only if the given condition is satisfied. And a different set of statements, when it is not satisfied. Please, also note that Conditional Structures are also known as: Decision-making statements! A Decision, is when a program has more than one choice of actions, depending on a variable's value. In the real World, you commonly must evaluate information around you, and then choose one course of action or another, based on what you observe (e.g traffic light) Luckily, when your application needs to make such decisions in Python, the IF statement is how you perform this sort of decision-making. And it allows conditional execution of a statement, or a group of statements, based on the value of a boolean expression. Then comes IF, ELSE, and ELIF - so you can add more branches to your program. 🎯How to control the execution flow of your program, so you can change its behaviour based on an expression, or variable's value? In this video, you will discover conditional statements: If, Else, Elif. You will then learn how to combine them in Nested Conditionals, and How to use Ternary Operators! Let's play this video, stick around and watch until the end! 👍🏻 Digital Academy™ 🎓 ▬▬▬▬ 🎬 Watch NEXT ▬▬▬▬ ○ PYTHON OPERATORS: • OPERATORS in Python (Arithmetic, Assignmen... ○ PYTHON FOR Loops: • FOR Loop in Python (Syntax, Break, Continu... ○ PYTHON WHILE Loops: • WHILE Loop in Python (Syntax, Break, Conti... ○ PYTHON LIST: • LISTS in Python (Create, Add, Access, Slic... 🌐 Blog: http://digital.academy.free.fr/blog/p... 📖 [PLAYLIST] Complete Python Development Course for Beginners: http://digital.academy.free.fr/playli... ▬▬▬▬ 🔗 Links ▬▬▬▬ 🌐 Blog: http://digital.academy.free.fr/blog 🛒 Shopping: https://payhip.com/DigitalAcademyOnline 📘 [BOOK] Python for Absolute Beginners: https://amzn.to/3NvyOWV 👨🏼🏫 [ALL COURSES] http://digital.academy.free.fr/courses 💌 Weekly Newsletter for Developers: https://www.getrevue.co/profile/digit... ▬▬▬▬ ⏱ Timestamps ▬▬▬▬ 00:00 | Intro 00:09 | Introduction 01:08 | Conditional Statements in Python 01:40 | Definition - Control Flow Execution 02:48 | Python Conditional - IF Statement in Python 06:30 | Python Conditional - IF-ELSE Statement in Python 09:00 | Python Conditional - ELSE-IF (ELIF) Statement in Python 11:35 | Nested Conditionals in Python 12:50 | Ternary Operators in Python 14:29 | Conclusion 15:10 | Subscribe, Like, Comment & Share #Python #Tutorial #Beginners #Conditionals #If #Else #Elif ▬▬▬▬ ⭐ FOLLOW US ▬▬▬▬ ✧ http://digital.academy.free.fr ✧ / digitalacademyy ✧ / digitalacademyfr ✧ / digital_academy_fr ✧ / digitalacademyonline ▬▬▬▬ ⚡ SUPPORT US ▬▬▬▬ ✧ http://digital.academy.free.fr/join ✧ http://digital.academy.free.fr/donate ✧ http://digital.academy.free.fr/subscribe ✧ / digital_academy ✧ https://www.buymeacoffee.com/digital_...