

h = open("new.text")
x = h.rstrip()
print(x)
