a) print(“-ns”%S)
b) print(“-ns”%S)
c) print(“%ns”%S)
d) print(“%-ns”%S)
Which of the following formatting options can be used in order to add ‘n’ blank spaces after a given string ‘S’?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following formatting options can be used in order to add ‘n’ blank spaces after a given string ‘S’?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!