Python Tutorial — Chapter 8 — Conditions(if, elif, else statements)

condition

In chapter 8 of Python Tutorial, we will learn about Conditions(if, elif, else statements) Before we begin, if you are viewing this tutorial on Mobile, please rotate your mobile horizontally to view the tutorial for best experience. You can enable auto-rotate in the phone settings. In Python programming, if an expression has to be evaluated

Python Tutorials — Chapter 4 — Basic Operators

chapter 4

In chapter 4 of Python Tutorial, we will learn about Basic Operators An operator is a symbol that performs a certain operation on two operands. Python, like any other programming languages, contains some operators, as listed below. Arithmetic Operators In Python, there are many arithmetic operators such as + (addition), – (subtraction), * (multiplication), /