homework/showdata.py

3 lines
36 B
Python

a=' '
while a:=input():
print(a)