we are making n stone piles! the first pile has n stones. if n is even, then all piles have an even number of stones. if n is odd, all piles have an odd number of stones. each pile must more stones than the previous pile but as few as possible. write a python program to find the number of stones in each pile.