Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
sum of odd numbers
from array import * a = array("i",[1,2,3,4,5,6]) d = [] b = 0 for c in a: if c%2 != 0 : c = c + b e = d.append(c) print(sum(d))
run
|
edit
|
history
|
help
0
Email_Python
Alphabet
Ozan Taşdemir 9/B 499
sai hw
MBTI
gj4
PyNoneOr
Faiha - Lesson 8
CICLO WHILE PYTHON 3
Hi