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
a) print(“-ns”%S)
b) print(“-ns”%S)
c) print(“%ns”%S)
d) print(“%-ns”%S)
b) print(“-ns”%S)
c) print(“%ns”%S)
d) print(“%-ns”%S)