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

Max Py

The document outlines an assignment to create a function named find_max that takes three numbers as inputs. It requires the use of conditional statements to determine and return the largest of the three numbers. The assignment emphasizes the implementation of basic programming logic.

Uploaded by

mohamedabdi45352
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)
11 views1 page

Max Py

The document outlines an assignment to create a function named find_max that takes three numbers as inputs. It requires the use of conditional statements to determine and return the largest of the three numbers. The assignment emphasizes the implementation of basic programming logic.

Uploaded by

mohamedabdi45352
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

Assignment 6: Find Maximum of Three Numbers

Write a function find_max(a, b, c) that:

1. Takes three numbers as inputs.


2. Uses conditional statements to find and return the largest of the three numbers.

You might also like