Which function is called when the following Python code is executed?
f = foo()format(f)
f = foo()format(f)Which function is called when the following Python code is executed?
f = foo()format(f) Correct Answer __str__()