nowcoder-python/NP/NP5.py

7 lines
157 B
Python
Raw Normal View History

2022-10-25 13:19:50 +08:00
#!/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)