s = input() target = input() replace_word = input() words = s.split() result = [] for word in words: if word == target: result.append(replace_word) else: result.append(word) print(' '.join(result))
Although I am without you, I will always be ou you ou with