Python Basics — Day 6 Loops (for / range)
Day 6 – Loops (for / range)
01. What is a Loop?
Loops are used when you want to repeat the same action multiple times.In Python, the two main types of loops are for and while.(Today we focus on for loops.)
02. Basic for Loop
A for loop iterates over...
sabinsim.hashnode.dev2 min read