Computer Science, asked by varunkoushal873, 3 days ago

Q7. In a Python statement 1 m=input("Accept Any value"), what will be the implicit Data type of the variable "m"? *

string integer float list​

Answers

Answered by atrs7391
1

In a Python statement,

m=input("Accept Any value"),

what will be the implicit Data type of the variable "m"?

Answer: String

By default in Python 3, the default input Data type is String.

Similar questions