Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to print horizontally in python

a = [1, 3, 6, 71
for 1 in a:
	print(i, end=' ")

# Output:
# 1367
 
PREVIOUS NEXT
Tagged: #How #print #horizontally #python
ADD COMMENT
Topic
Name
4+7 =