

McqMate
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. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet