The function input( ) receive _________ input from a user in Python.a)String
b)Number
c)Complex
d)Floating
Answers
Answered by
0
STRING
The input() method reads a line from the input (usually from the user), converts the line into a string by removing the trailing newline, and returns it. If EOF is read, it raises an EOFError exception.
hope it helps ☺
Similar questions