diff --git a/NP/NP1.py b/NP/NP1.py new file mode 100644 index 0000000..9302348 --- /dev/null +++ b/NP/NP1.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 +# @author 轩辕龙儿 +# @date 2022/10/25 +# @file NP1.py +s = "Hello World!" +print(s)