0% found this document useful (0 votes)
2 views1 page

Python Functions for Basic Operations

The document outlines an assignment for a module that requires writing Python functions. The tasks include creating a function to find the maximum of three numbers, summing all numbers in a list, and multiplying all numbers in a list. It is intended for students to practice their programming skills.

Uploaded by

gauthamarvndhh
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)
2 views1 page

Python Functions for Basic Operations

The document outlines an assignment for a module that requires writing Python functions. The tasks include creating a function to find the maximum of three numbers, summing all numbers in a list, and multiplying all numbers in a list. It is intended for students to practice their programming skills.

Uploaded by

gauthamarvndhh
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

MODULE – 4 ASSIGNMENT

Functions

Please write Python Programs for all the problems.

1. Write a Python function to find the Max of three numbers.


2. Write a Python function to sum all the numbers in a list.
3. Write a Python function to multiply all the numbers in a list.

© 360DigiTMG. All Rights Reserved.

You might also like