Python Tutorials - Python for Beginners | Python Conditional Statement Part 3
Zhagaram Tech
In this tutorial, we will learn to manipulate conditional statements in different ways and learn about the "and" and "or" keywords. These concepts will help you to write better code.
if…elif…else are conditional statements that provide you with the decision making that is required when you want to execute code based on a particular condition.
The if…elif…else statement used in Python helps automate that decision making process.
Logical operators are used on conditional statements (either True or False)
Logical AND: True if both the operands are true Logical OR: True if either of the operands is true Logical NOT: True if operand is false
In this channel, we gonna learn about programming language in Tamil. Python, Artificial Intelligent, Machine learning, Deep learning, Quantum computer, and Statistics in Tamil. Deep explanation about the programming language in Tamil. ... https://www.youtube.com/watch?v=yx7PtYiESpE
6743873 Bytes