I\'m trying to print something without a newline, with print("foo", end=""). It has this weird character at the end...
print("foo", end="")
I\'m n