NP12 格式化输出(二)
This commit is contained in:
parent
07624f6225
commit
6a1cf8f101
8
NP/NP12.py
Normal file
8
NP/NP12.py
Normal 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())
|
Loading…
Reference in New Issue
Block a user