echo "hello"
    echo "world"

How do I make them print in a single line?

I am looking for something similar to python's `print("hello", end="")`

Reply via email to