#19 Python Tutorial for Beginners | If Elif Else Statement in Python

Publicado el: 11 julio 2018
en el canal de: Telusko
1,503,183
24k

Check out our courses:

Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI
Coupon: TELUSKO20 (20% Discount)

AI Powered DevOps with AWS - Live Course :- https://go.telusko.com/AIDevOps-AWS
Coupon: TELUSKO20 (20% Discount)

Master Java Spring Development : https://go.telusko.com/masterjava
Coupon: TELUSKO20 (20% Discount)

For More Queries WhatsApp or Call on : +919008963671

website : https://courses.telusko.com/


Udemy Courses:

Spring: https://go.telusko.com/udemyteluskosp...
Java:- https://go.telusko.com/udemyteluskojava
Java Spring:- https://go.telusko.com/Udemyjavaspring
Java For Programmers:- https://go.telusko.com/javaProgrammers
Python : https://go.telusko.com/udemyteluskopy...
Git : https://go.telusko.com/udemyteluskogit
Docker : https://go.telusko.com/udemyteluskodo...

Instagram :   / navinreddyofficial  
Linkedin :   / navinreddy20  
TELUSKO Android App : https://go.telusko.com/TELUSKOAPP
TELUSKO IOS App : https://apple.co/3SsgmU2
Discord :   / discord  

In this lecture we will learn:
Different units of a CPU
Conditional statements in Python
If and Else statements
Execution of conditional blocks
What is Indentation in Python?
Nested if and else statements
if, elif and else statements


#1
CPU has three parts: CU (Control Unit), ALU ( Arithmetic Logic Unit) and MU ( Memory unit).
MU is used to store variables and data.
ALU has two parts:
1. AU - Arithmetic Unit ( it performs mathematical calculations)
2. LU - Logical Unit ( it makes a computer think something)

#2
If statement:-
In programming, we have to apply conditions as per the logic of the code. In python, conditions can be applied through the if keyword.
Use of the if keyword specifies the flow of execution of the code.
Based on the condition of the problem statement, if keyword helps to decide which set of statements should be executed.
Syntax:-
if (condition):
statement;
The statements of the if block will be executed only when the condition of the if statement is true. If the condition is false then it will skip the execution of statements present inside the if block.
If consists of a block where you can write multiple statements. In python, it is also known as Suite.

#2
Indentation:-
In Python, we have to follow certain indentations that specify the conditions that are present inside a certain block.
Indentation simply means a certain number of spaces at the beginning of a code line.
Indentation increases the readability of the code.

#3
Else block:-
We can also use multiple if blocks in a code.
Multiple uses of the if block decrease the efficiency of a code as the condition will be checked again and again in each if block.
To make the code efficient, we use the else block.
If the condition of the if block is true then the else block will be skipped. And if the condition of the if block is false then the else block will be checked and executed.

#4
Nested if and else statements:-
Nested if and else statements are also allowed in Python.
if statement can also be checked inside other if statement. This conditional statement is called a nested if statement.
In nested, the inner if condition will be checked only if the outer if condition is true and that helps to see multiple conditions to be satisfied.
Round brackets for putting a condition in the if statement is optional.

#5
if, elif and else statements:-
elif stands for if-else.
The if-elif statement is a shortcut of if..else chain.
If the if condition s false, then the condition inside the elif will be checked and executed.
While using if-elif statement at the end else block is added that will be executed when none of the above if-elif statements is true.

Github :- https://github.com/navinreddy20/Python-
Python for Beginners :- http://bit.ly/3JOLQhl


Editing Monitors :
https://amzn.to/2RfKWgL
https://amzn.to/2Q665JW
https://amzn.to/2OUP21a.

Java:- https://bit.ly/JavaUdemyTelusko
Spring:- https://bit.ly/SpringUdemyTelusko

More Learning :

Java :- https://bit.ly/3x6rr0N
Python :- https://bit.ly/3GRc7JX
Django :- https://bit.ly/3MmoJK6

JavaScript :- https://bit.ly/3tiAlHo
Node JS :- https://bit.ly/3GT4liq

Rest Api :-https://bit.ly/3MjhZwt
Servlet :- https://bit.ly/3Q7eA7k
Spring Framework :- https://bit.ly/3xi7buh
Design Patterns in Java :- https://bit.ly/3MocXiq
Docker :- https://bit.ly/3xjWzLA

Blockchain Tutorial :- https://bit.ly/3NSbOkc
Corda Tutorial:- https://bit.ly/3thbUKa
Hyperledger Fabric :- https://bit.ly/38RZCRB

NoSQL Tutorial :- https://bit.ly/3aJpRuc
Mysql Tutorial :- https://bit.ly/3thpr4L

Data Structures using Java :- https://bit.ly/3MuJa7S
Git Tutorial :- https://bit.ly/3NXyCPu

Donation:
PayPal Id : navinreddy20
https://www.telusko.com


En esta página del sitio puede ver el video en línea #19 Python Tutorial for Beginners | If Elif Else Statement in Python de Duración hora minuto segunda en buena calidad , que subió el usuario Telusko 11 julio 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,503,183 veces y le gustó 24 mil a los espectadores. Disfruta viendo!