

InterviewSolution
Saved Bookmarks
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 |
|