Which function is called when the following Python program is executed?f = foo() format(f) - Study24x7
Social learning Network
01 Feb 2024 01:18 PM study24x7 study24x7

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

f = foo() format(f)




A

str()

B

format()

C

__str__()

D

__format__()

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles