logo

Crowdly

Welche Ausgabe ergibt folgendes Python-Programm: (Geben Sie nur den Zahlenwert...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Welche Ausgabe ergibt folgendes Python-Programm:

(Geben Sie nur den Zahlenwert ein - keine zusätzlichen Leerzeichen!)

i = 5

j = -2

wert = int()

while j <= 0:

    wert += i*j

    j = j + 2

print(j)

 

 

 

 

 

More questions like this

Want instant access to all verified answers on elearning.hs-ruhrwest.de?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!