1.

Say s=”hello” what will be the return value of type(s)?(a) int(b) bool(c) str(d) StringThe question was asked in my homework.I'd like to ask this question from Strings in chapter Strings of Python

Answer»

Right ANSWER is (c) STR

Best explanation: str is USED to represent STRINGS in python.



Discussion

No Comment Found

Related InterviewSolutions