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