Code:
" [ %s , %s , %s , %s ] "
How should I change this format string such that whitespaces between the strings and the commas become optional(/or not allowed, if that is simpler) ?
...just removing the spaces doesn't seem to work...