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
Get step-by-step solutions from verified subject matter experts
