logo

Crowdly

Browser

Add to Chrome

Considere o seguinte código escrito na linguagem Python: f = open('teste.txt',...

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

Considere o seguinte código escrito na linguagem Python:

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

print(f.tell())

print(f.read())

print(f.tell())

f.close()

Qual o resultado da segunda execução da instrução print(f.tell())?

0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.escolatic.com.pt?

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

Browser

Add to Chrome