beginner here so be kind.
This is my example code.
def iq_test(numbers): for i in numbers: if int(i) %2 != 0: return i
This bit of code always