logo

Crowdly

Browser

Add to Chrome

Welches Ergebnis liefert das folgende Programm: werte = ("X","O","-") text =...

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

Welches Ergebnis liefert das folgende Programm:

werte = ("X","O","-")

text = ""

for i in range(2):

    j = 1

    while j <= 5:

            text = text + werte[i]

            j += 1

            if j == 3:

               break

print(text)

100%
0%
0%
0%
0%
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!

Browser

Add to Chrome