Question: 7. What is the correct code for printing the output My Name is John Smith using the str.format() method? A) Print('My {0} is {1}{2}'.format('Name', 'John',

7. What is the correct code for printing the output My Name is John Smith using the str.format() method? A) Print('My "{0}" is {1}{2}'.format('Name', 'John', 'Smith')) B) Print('My {0} is "{1}"{2}'.format('Name', 'John', 'Smith'))

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!