首字母变大写
Description
輸入一個英文句子,將每個單詞的第一個字母改成大寫字母。
Input
輸入數據包含多個測試實例,每個測試實例是一個長度不超過100的英文句子,占一行。
Output
請輸出按照要求改寫后的英文句子。
Sample Input
i like acm
i want to get an accepted
Sample Output
I Like Acm
I Want To Get An Accepted
總結
- 上一篇: 调用自定义函数search(int li
- 下一篇: python send 案例_pytho