f = open('作业二素材.txt', encoding='utf-8') text = f.read() lines = text.replace('\n', '') line = lines.split('。') lasts = line[len(line)-2] print(lasts)
多年来,顺丰持续创新,不断铸造高品质服务体验,为客户成功提供坚实有力的支持
print('最后一句长度为{}。'.format(len(lasts)))
最后一句长度为37。