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
Answer» B. ‚Äö√Ñ√∂‚àö√ë‚àö‚â§There are %d %s birds.‚Äö√Ñ√∂‚àö√ë‚àö¬• %(4, blue)


Discussion

No Comment Found