NP14 不用循环语句的重复输出
This commit is contained in:
parent
5db0b89d99
commit
dba6785768
6
NP/NP14.py
Normal file
6
NP/NP14.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# @author 轩辕龙儿
|
||||||
|
# @date 2022/10/25
|
||||||
|
# @file NP14.py
|
||||||
|
s = input()
|
||||||
|
print(s * 100)
|
Loading…
Reference in New Issue
Block a user