This document is an assignment for the Programming with Python course at Jayawantrao Sawant Polytechnic for the academic year 2024-25. It includes questions related to Python functions, namespaces, packages, variables, and built-in modules. The assignment is to be completed by students in the TYCO class under the guidance of Mr. Nirmal B.L.
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 ratings0% found this document useful (0 votes)
5 views2 pages
Unit-4 A
This document is an assignment for the Programming with Python course at Jayawantrao Sawant Polytechnic for the academic year 2024-25. It includes questions related to Python functions, namespaces, packages, variables, and built-in modules. The assignment is to be completed by students in the TYCO class under the guidance of Mr. Nirmal B.L.
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/ 2
JSPM’s
JAYAWANTRAO SAWANT POLYTECHNIC, Handewadi
Road, Hadapsar, Pune-28 Department of Computer Engineering Academic Year 2024-25 ASSIGNMENT-IV(Class-A)
Subject: Programming with Python Subject Code: 22616
Course &Code:CO6I Class: TYCO Semester: Sixth Name of the Faculty: Mr.Nirmal B.L Roll No :________ Name of Student :______________________________________ Date: / /20 CO 4 :Develop functions for given problem
CHAPTER 4: Python Functions, Modules and packages
Q. No. Attempt the following Questions
1. Explain concept of name space with example.
2. How to create Package in Python program explain with an example?
3. Write difference between local and global variable.
4. Write short note on Scipy.
5. List Built-in modules .Explain any one with example.