이세진

initial commit

Showing 1 changed file with 8 additions and 0 deletions
def echo():
while(True):
word = input("Enter the word: ")
print(word)
return
echo()