Похожие чаты

Read the file: def read_file(filename): with open(filename) as

f:
lines = [line.rstrip('\n') for line in f]
return lines

content = read_file("filename.ext")

Try using content.

Is this what you mean?

1 ответов

19 просмотров

instead of reffering to myList variable now i can use content?

Похожие вопросы

Обсуждают сегодня

Карта сайта