nowcoder-python/NP/NP14.py

7 lines
108 B
Python

#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file NP14.py
s = input()
print(s * 100)