ASSIGNMENT-1 Introduction to Python
1. What are the key features of Python?
Ans: The key features of python are:
It is high level language.
It is easy to read and write.
It runs code line by line i.e it is interpreted language.
It is portable in nature.
It is open source.
2. Python is an interpreted language. Explain.
Ans: Python is an interpreted language because it executes code logic directly, line by line
without need of separate compilation.
3. What are the benefits of Python?
Ans: The benefits of python are:
It is easy to understand.
It is versatile in nature.
It have large standard library
It is open source.
It supports Object oriented programming.
4. What are the applications of Python?
Ans: The applications of python are:
Web development
Artificial intelligence and machine learning
Data science
Game development
Audio and video applications
Software development
CAD applications
Business applications
© 360DigiTMG. All Rights Reserved.