Computer Science, asked by parweenshahin05511, 9 months ago

which value type does input ( )return?​

Answers

Answered by yashasrao
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