This document is an assignment for the Programming with Python course at JSPM's Jayawantrao Sawant Polytechnic for the academic year 2024-25. It includes questions related to Python functions, modules, and packages, specifically focusing on built-in packages like Numpy, anonymous functions, type conversion, differences between arrays and lists, and variable scope. 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)
4 views1 page
Unit-4 B
This document is an assignment for the Programming with Python course at JSPM's Jayawantrao Sawant Polytechnic for the academic year 2024-25. It includes questions related to Python functions, modules, and packages, specifically focusing on built-in packages like Numpy, anonymous functions, type conversion, differences between arrays and lists, and variable scope. 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/ 1
JSPM’s
JAYAWANTRAO SAWANT POLYTECHNIC, Handewadi
Road, Hadapsar, Pune-28 Department of Computer Engineering Academic Year 2024-25 ASSIGNMENT-VI(Class-B)
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
UNIT 4: Python Functions, Modules and packages
Q. Attempt the following Questions No. 1. List out built in packages from python and explain Numpy with example.
2. What is function? Explain anonymous function in Python.