News

Python basics :Variable Scope

Variable Scope (Local, Global, and Nonlocal) Project: Build a “Counter Tracker” app that explores how variable scopes behave. 01. Learning

Iterator in Python

An iterator cannot be enlarged with * and a number as shown below: v = iter([0, 1, 2, 3, 4])