Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

print no new line python

print('*', end='')
print('*', end='')
print('*', end='')

# output:
# ***
 
PREVIOUS NEXT
Tagged: #print #line #python
ADD COMMENT
Topic
Name
6+1 =