which value type does input ( )return?
Answers
Answered by
2
Answer:
string
Explanation:
input() will return a string, if you require it in any other data type, you can use type casting
Similar questions