NP12 格式化输出(二)

This commit is contained in:
轩辕龙儿 2022-10-25 14:04:53 +08:00
parent 07624f6225
commit 6a1cf8f101

8
NP/NP12.py Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file NP12.py
s = input()
print(s.lower())
print(s.upper())
print(s.title())