1.

!r} and {0!s}".format('fo o', 'bin'))

A. hello foo and foo
B. hello ‘foo’ and foo
C. hello foo and ‘bin’
D. error
Answer» C. hello foo and ‘bin’


Discussion

No Comment Found