1.

Which function is called when the following Python code is executed?

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


Discussion

No Comment Found