박선하

Echo program

Showing 1 changed file with 4 additions and 0 deletions
1 +print("*Input text*"+'\n')
2 +
3 +text = input()
4 +print(text)