Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python 2 print sep end

>>> from __future__ import print_function
>>> print('one', 'two', 'three', sep='')
onetwothree
#doesn't work for me, but still hope it might work for you :)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #print #sep
ADD COMMENT
Topic
Name
7+2 =