Page 1 of 1

Which of the following formatting options can be used in order to add ‘n’ blank spaces after a given string ‘S’?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) print(“-ns”%S)
b) print(“-ns”%S)
c) print(“%ns”%S)
d) print(“%-ns”%S)