Login
Remember
Register
Ask a Question
Say s=”hello” what will be the return value of type(s) ?
0
votes
asked
Jun 13, 2019
in
Python
by
Derya
Say s=”hello” what will be the return value of type(s) ?
a. bool
b. String
c. int
d. str
#python-tutorial
#python
#java
#ball-python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 31, 2019
by
Robin
Answer: d
Explanation: str is used to represent strings in python.
...