Vidyalelo
Python · Q90

MCQs for Python Strings: Exam

Programming · Python · question 90

Q90

Say s="hello" what will be the return value of type(s)?

A.
int
B.
bool
C.
str
Answer
D.
String

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board