Python is opensource language, with easy syntax and high level language
you can create anything with python
Features of Python
free to use
simple and easy
portability (shareable code)
embedding with other languages
Interpreted language
huge library support
object oriented
Lists in python
list is collection of elements of different datatypes unlike array.
Tuple in python
tuple is a one-time array, means it can not be updated again.this is the only difference in between tuple and list
rest it is all like lists
No comments:
Post a Comment