Gistlib Logo

gistlib

other python categories

string concatenation code snippets in python

loop through array of objects and concatenate object property in spacce separated string in python
print(board[1] + '|' + board[2] + '|' + board[3],/n,'-+-+-') why doesnt this work in python

gistlibby LogSnag