1.

The format function, when applied on a string returns ___________(a) Error(b) int(c) bool(d) strI got this question in an interview for internship.I want to ask this question from Strings in chapter Strings of Python

Answer»

The correct ANSWER is (d) str

Explanation: FORMAT FUNCTION returns a STRING.



Discussion

No Comment Found

Related InterviewSolutions