Store the biggest profit made over the past four weeks in the variable max_profit.
max_profit
Make sure to pick max_profit, followed by =, and finally max(weekly_profits).
=
max(weekly_profits)