I want to find if the Input String has Odd Product for distinct numbers: I did this so far:
# To get input string into list of integer input = [int(i) for i in in