pyassistant

Maximum Product of Two Integers

Given a list of integers, write a function to find the maximum product of two integers in the list.

Example:

Input:
[2, 5, -3, 0, 11, 7]
Output:
77

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.