MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Python Question and Answers Formatting 1 knowledge and support exam preparation. Choose a topic below to get started.
| 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» E. | |