NP3 读入字符串

This commit is contained in:
轩辕龙儿 2022-10-25 13:14:47 +08:00
parent e83bc837ee
commit 1bd51d3952

6
NP/NP3.py Normal file
View File

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