Get started
Python is a dynamically typed, interpreted language. Python interpreter is
List, tuple, dictionary
List
Flow control
if-else condition
Loop
for loop
Function
Defining a function:
Global variables
The variables we declare inside a function are local to the function. It cannot
Class
Define a class:
File read write
Reading data from file