pyassistant

Maximum Product of Three Integers

Given a list of integers, write a function to return the maximum product of three integers from the list.

Example:

Input:
[1, 2, 3, 4, 5]
Output:
60

Make sure you return your solution, don't print!

AI

Bot

Ask and you shall receive - within reason. Press the purple button so I can analyze your code.