I want to replace a printed multiline string.
t= """this is a multi line string""" print(t)``` I have tried ```print(\'\\r\',t