logo

Crowdly

Дан фрагмент кода a = 'Hello world!' i = len(a) - 1 while i >= 0:     print(a[i...

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

Дан фрагмент кода

a = 'Hello world!'

i = len(a) - 1

while i >= 0:

    print(a[i], end = ' ')

    i -= 1

Какой индекс будет иметь символ пробела в данном случае?

More questions like this

Want instant access to all verified answers on edu.digtlab.ru?

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