Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 491 Bytes

👨🏽‍💻 PY-NOOB

A repository of very simple Python programs to edit, change and learn basics of Python programming language.

👨🏽‍💻 LESSONS :

👉 1. Variables, Print, Basic Math & If Conditions

👉 2. While Loops, String Elements, Function: len()

👉 3. For Loops, Arrays: Adding, Printing & Searching

👉 4. User Defined Functions

👉 5. Recursion

👉 6. Classes, Objects, __init__ & User Defined Methods