17 prints values of a Python List without the trailing new line character or line break

PHOTO EMBED

Wed Sep 28 2022 08:05:25 GMT+0000 (Coordinated Universal Time)

Saved by @mwebrania #python

#end = ''
#pass the end = '' argument in your print()

print(*[1, 2, 3], end = '')
content_copyCOPY