Echo Echo Echo

This commit is contained in:
2023-06-23 21:50:04 +02:00
parent 88a34c1912
commit e3f5635229

8
echoechoecho.py Normal file
View File

@@ -0,0 +1,8 @@
print(
" ".join(
[
input().strip(),
]
* 3
)
)