# Python 3 print('Python', 3, 'Rocks', end=' ') print('I love Python') >>> Python 3 Rocks I love Python