7 lines
108 B
Python
7 lines
108 B
Python
#!/usr/bin/env python3
|
|
# @author 轩辕龙儿
|
|
# @date 2022/10/25
|
|
# @file NP15.py
|
|
s = input()
|
|
print(s[0:10])
|