#P1621. 实现 lowercase1 函数

实现 lowercase1 函数

题目描述

实现 lowercase1,将所有大写字母转成小写字母

输入

输入一个字符串 S

输出

将 S 中所有大写字母转成小写字母并输出

样例

AbCd
abcd