diff --git a/NP/NP15.py b/NP/NP15.py new file mode 100644 index 0000000..78191d9 --- /dev/null +++ b/NP/NP15.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 +# @author 轩辕龙儿 +# @date 2022/10/25 +# @file NP15.py +s = input() +print(s[0:10])