1.

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

A. hello foo and bin
B. hello (‘foo’, ‘bin’) and (‘foo’, ‘bin’)
C. error
D. none of the mentioned
Answer» B. hello (‘foo’, ‘bin’) and (‘foo’, ‘bin’)


Discussion

No Comment Found