odd = 0 for _ in range(10): if int(input()) % 2: odd += 1 print(f'Even numbers = {10 - odd}, Odd numbers = {odd}')
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment