1.

} and {1}".format('foo', 'bin'))

A. hello foo and bin
B. hello {0} and {1} foo bin
C. error
D. hello 0 and 1
Answer» B. hello {0} and {1} foo bin


Discussion

No Comment Found