NP5 格式化输出(一)

This commit is contained in:
轩辕龙儿 2022-10-25 13:19:50 +08:00
parent 8de54690b2
commit b7beeca9da

6
NP/NP5.py Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file NP5.py
name = input()
print("I am %s and I am studying Python in Nowcoder!" % name)