demo_ref_print2.py:
print("Hello", "how are you?")
C:\Users\My Name>python demo_print2.py
Hello how are you?