방승일

PUSH Echo.py in A repo

Showing 1 changed file with 5 additions and 0 deletions
1 +while True :
2 + a = input(">>>")
3 + print(a)
4 +
5 +