Tuesday, June 4, 2019

What is Python??

What is Python??

Python is multi-paradigm programming language.invented by GUIDE VAN ROSSUM.
                                      OR
Python is an easy to learn, powerful language,
                                      OR
Python is a General Purpose language.
                                     OR
Python is a dynamic language.
                                     OR
Python is a interpreted language.

No comments:

Post a Comment

type keyword in python

  Python have a built-in method called as a type. If  a single argument (object)  is passed to type() built-in , it returns the type of obj...