---
title: "Implement your own version of the max() function in python."  
description: "Implement your own version of the max() function in python."  
author: "Anubhav Sharma"  
published: 2025-04-23  
updated: 2025-04-24  
canonical: https://www.mindstick.com/forum/161528/implement-your-own-version-of-the-max-function-in-python  
category: "python"  
tags: ["python"]  
reading_time: 1 minute  

---

# Implement your own version of the max() function in python.

Implement your own [version](https://www.mindstick.com/articles/12845/things-to-remember-while-migrating-odoo-to-a-better-version) of the `max()` [function](https://www.mindstick.com/articles/13001/multi-statement-table-valued-user-defined-function-in-sql-server), to find the maximum number in a list


---

Original Source: https://www.mindstick.com/forum/161528/implement-your-own-version-of-the-max-function-in-python

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
