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
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
Computer Science,
1 day ago
Social Sciences,
1 day ago
Math,
3 days ago
English,
3 days ago
Hindi,
8 months ago
Environmental Sciences,
8 months ago