+ 3
You said after printing A. I think you mean before printing A. 🙂
23rd Nov 2019, 6:37 AM
David Ashton
David Ashton - avatar
+ 2
Not sure which S you mean. Both? If so, you could write: print('{1} {1} {0}'.format('A','S','T','U'))
23rd Nov 2019, 6:30 AM
David Ashton
David Ashton - avatar
+ 2
OK in that case you can write print('{1}{1} {0}'.format('A','S','T','U'))
23rd Nov 2019, 6:35 AM
David Ashton
David Ashton - avatar
+ 1
You can make like (' A', ... Put a space before A.
23rd Nov 2019, 6:31 AM
Yigit Kerem AKSOY
Yigit Kerem AKSOY - avatar
+ 1
Ok i fixed it
23rd Nov 2019, 6:38 AM
Yigit Kerem AKSOY
Yigit Kerem AKSOY - avatar
0
Ok this part like this format (' A' , and then same
23rd Nov 2019, 6:35 AM
Yigit Kerem AKSOY
Yigit Kerem AKSOY - avatar