1.

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

A. format()
B. __format__()
C. str()
D. __str__()
Answer» E.


Discussion

No Comment Found