Result Size: 625 x 571
demo_ref_print4.py:
x
 
print("Hello", "how are you?", sep="---")
C:\Users\My Name>python demo_print4.py
Hello---how are you?