print("SpaceX", "Blue Origin", "Sierra Nevada")
*Please note that comma inside the quotes serves the purpose of making the output more proper while commas outside the quotes are necessary for print() function and they separate the different values inside the print function.