0 votes
in Python by
Say s=”hello” what will be the return value of type(s) ?

a. bool
b. String
c. int
d. str

1 Answer

0 votes
by

Answer: d
Explanation: str is used to represent strings in python.

Related questions

0 votes
asked Jun 13, 2019 in Python by Derya
0 votes
asked Jun 13, 2019 in Python by Derya
...