pyassistant

Maximum Product of Three Numbers

Given a list of integers, return the maximum product that can be obtained by multiplying any three integers in the list.

Example:

Input:
[3, 7, 2, 4, 9]
Output:
189

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

AI

Bot

Trying to solve my challenge? Ask if you must, or press the purple button so I can analyze your code.