+ 3
You said after printing A. I think you mean before printing A. đ
+ 2
Not sure which S you mean. Both? If so, you could write:
print('{1} {1} {0}'.format('A','S','T','U'))
+ 2
OK in that case you can write
print('{1}{1} {0}'.format('A','S','T','U'))
+ 1
You can make like (' A', ...
Put a space before A.
+ 1
Ok i fixed it
0
Ok this part like this format (' A' , and then same