Largest product in a series
Created on Jan. 16, 2017 by Julien Palard
Write a function called largest_product
aimed to solve the 8th
euler problem.
Your function should take two arguments:
- serie
: the number to search, as a Python integer.
- n
: the number of consecutive digits to test.
There's no corrections yet, hit the `Submit` button to send your code to the correction bot.
Keyboard shortcuts:
- Ctrl-Enter: Send your code to the correction bot.
- Escape: Get back to the instructions tab.