That's odd code coach | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
- 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)

13th Jun 2021, 9:44 PM
Gbolahan Qudus
Gbolahan Qudus - avatar
2 odpowiedzi
+ 1
Do you really have to down vote it
14th Jun 2021, 7:23 AM
Gbolahan Qudus
Gbolahan Qudus - avatar
0
What's your question?
13th Jun 2021, 10:28 PM
Simon Sauter
Simon Sauter - avatar