#the basics of python system.
#numeric -int,float,complex,bool
#sequences- list,tuple,set,string,range
#loops - for and while
#condition- ==,<,>,<=,>=
#functions(methods)
------------------------------------------------