basic to up python learning basic cover (1) execute .py file on terminal ---> python filename.py (i) x=10 we can get id of x by id(x) and also we can get type of x by type(x) (2) tuple(im mutable) , list (mutable) dictionary (mutable)