print ():
If you want to display something or you want to print your statements that time you can use print ().




type():
It is used for find the datatype of variable.




del
It is used for deleting variables, list, tuple, dictionary etc.




And after delete variable, if you used that variable again it will give you error.



