You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#The code will return the largest series product of n #For example if the n = 63915 and span is 3, the code will check all possible values in n consisting of 3 which is span #The possible values in our example are: 639,391,915, then the code will calculate the product of each series and return the largest one