I have a list of strings in my code;
A = [\'a1\', \'a2\', \'a3\' ...] B = [\'b1\', \'b2\', \'b3\' ...]
and I want to print them separated b
Also if you're making it a console program, you can do: print(" ") and continue your program. I've found it the easiest way to separate my text.
print(" ")