

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following formatting options can be used in order to add ‘n’ blank spaces after a given string ‘S’?# |
A. | print(“-ns”%S) |
B. | print(“-ns”%S) |
C. | print(“%ns”%S) |
D. | print(“%-ns”%S) |
Answer» D. print(‚Äö√Ñ√∂‚àö√ë‚àö‚à´%-ns‚Äö√Ñ√∂‚àö√ë‚àöœÄ%S) | |