I'm trying to make a pattern looking like this: click here, it's a capital A made out of A's
I'm running into trouble getting the A's to space apart by four or five spaces (A____A). I have to use the format method, but I have no idea how to go about doing that. What is the easiest way? I tried to do something like this, but it says invalid syntax and I am very confused about how to do it right.
print('A',{:4d}.format('A'))