logo

Crowdly

Browser

Add to Chrome

¿Qué muestra el siguiente programa? f = open('poem.txt', 'r') line = f.read...

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

¿Qué muestra el siguiente programa?

f = open('poem.txt', 'r')

line = f.readline()

while line != '':

    print(line[::-1], end='')

    line = f.readline()

f.close()

0%
0%
0%
More questions like this

Want instant access to all verified answers on aulaga.dis.ulpgc.es?

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

Browser

Add to Chrome