Tuesday, June 4, 2019

Why to Study Python?



=> Easy to understand.
=> Beginners language,
=> portable.
=> less lines of code.
=> simple to implement.
=> huge libraries supports.

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...