MCQOPTIONS
Saved Bookmarks
| 1. |
The output of which of the codes shown below will be: “There are 4 blue birds.”? |
| A. | ‘There are %g %d birds.’ %4 %blue |
| B. | ‘There are %d %s birds.’ %(4, blue) |
| C. | ‘There are %s %d birds.’ %[4, blue] |
| D. | ‘There are %d %s birds.’ 4, blue |
| E. | ‘There are %s %d birds.’ %[4, blue] d) ‘There are %d %s birds.’ 4, blue |
| Answer» C. ‘There are %s %d birds.’ %[4, blue] | |