Question
'%d %s %g you' %(1, 'hello', 4.0)
a.
Error
b.
1 hello you 4.0
c.
1 hello 4 you
d.
1 4 hello you
Posted under Python
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The output of the snippet of code shown below is:
Similar Questions
Discover Related MCQs
Q. Which of the following formatting options can be used in order to add ānā blank spaces after a given string āSā?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Python? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!