s=input().strip().split(‘.‘) print(s[0].capitalize(), s[1].title(), ‘‘,sep=‘.‘)
英文段落修改
原文:https://www.cnblogs.com/Deranuid/p/13172817.html