if n is an even number, multiply from 1 to a if n is an odd number, multiply from a to 9
n = int(input()) a = int(input()) count = 0 if n%2 == 0: