Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. print('Python', 2.7, 3.7)
  2. print('Python', 2.7, 3.7, sep=',')
  3. print('Python', 2.7, 3.7, sep=',', end='...\n')