lover54901 lover54901 28-10-2022 Computers and Technology contestada Write a function named partb that will take in as a parameter a positive integer n and determines if n can be calculated as the sum of 2 or more consecutive positive, odd integers. If it can, return a list of the numbers, otherwise return false.