Computer Science, asked by shahlatief886, 14 hours ago

print('There are %d %s birds.' %14, "blue")). ​

Answers

Answered by sahmanish10987
2

Answer:

printf("There are %d %s birds.",14,"blue");

Explanation:

it should be printf not print and commas must be placed at right place and semi colon at end and paranthesis should be kept in mind.

Similar questions