Create 1 - Echo.py

This commit is contained in:
Lukas Baumann 2021-02-18 19:37:51 +01:00 committed by GitHub
parent 34d5994691
commit 69e029d6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
05/1 - Echo.py Normal file
View File

@ -0,0 +1,3 @@
inp = input()
print(inp)
print(inp)