The ___ function receives the input as a string from the keyboard
Answers
Answered by
4
In Python 2, input() reads input from the keyboard, parses and evaluates it as a Python expression, and then returns the resulting value.
Answered by
41
Answer:
The python function receives the input as a string from the keyboard
Similar questions