“Konverter Python zu c” Code-Antworten

Online -Python zum C -Konverter

console.log("Hello World!");
Good Grasshopper

Konverter Python zu c

num = input()
xzoj = 0
zoj = 0
fard = 0 
xfard = 0
for i in range(len(num)):
    if int(num[i]) % 2 ==0:
        xzoj +=1
        zoj += int(num[i])
    else :
        xfard +=1
        fard +=int(num[i])
print(zoj / xzoj)
print(fard / xfard)
Open Owl

Ähnliche Antworten wie “Konverter Python zu c”

Fragen ähnlich wie “Konverter Python zu c”

Weitere verwandte Antworten zu “Konverter Python zu c” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen