Python Tutorial – Chapter 10 – Loops(Part 1) – For Loop

for loop

In chapter 10 of Python Tutorial, we will learn about Loops (Part 1) – For Loop In programming, there may be instances where you need to execute a block of code multiple times. Using loops in Python, you can execute block of code multiple times for set number of times or until a certain condition

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), /