0% found this document useful (0 votes)
23 views

Module 1 Introduction to python - Assignment

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Module 1 Introduction to python - Assignment

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like