diff --git a/NP/NP5.py b/NP/NP5.py new file mode 100644 index 0000000..c736654 --- /dev/null +++ b/NP/NP5.py @@ -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)