Basic concepts

Loops

Loops are used to execute the code many times until desired.

Functions

They are used to encapsulate a code so it can be used again and aging.

Lists

Orders collection of items.

Dictionaries

A group of information paired

Modules

Files containing python codes that can be imported into your program.












Comments

Popular posts from this blog

Datatypes in Python

Operators