75.
Which of the following is a feature of Python DocString?

77.
What will be the output of the following Python code?
print("Hello {0[0]} and {0[1]}".format(('foo', 'bin')))