Q.

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

A. int
B. bool
C. str
D. string
Answer» C. str
Explanation: str is used to represent strings in python.
2.5k
0
Do you find this helpful?
1

Discussion

No comments yet