sunhong

program-B

while(1):
a=input("Input: ")
print("Output:",a)
if a!="exit":
print("Output:",a)
else: break
......