- 3
That's odd code coach
Solution with python while loop d = int(input()) b = 0 i =0 while i < d : a = int(input()) if (a%2)==0: b += a i = i +1 print(b)
3 odpowiedzi
+ 1
Do you really have to down vote it
0
What's your question?
Solution with python while loop d = int(input()) b = 0 i =0 while i < d : a = int(input()) if (a%2)==0: b += a i = i +1 print(b)