Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
file = open('books.txt', 'r') for lis in file: f = 0 print(lis[f] + str(len(lis)))
H12 T16 P19 G18
H13 T17 P20 G18
Harry Potter The Hunger Games Pride and Prejudice Gone with the Wind
In [7]: s Out[7]: 'a\n' In [8]: len(s) Out[8]: 2 In [9]: len(s.rstrip()) Out[9]: 1