dash function is used to accept the value for a variable from the user in Python
Answers
Answered by
6
Answer:
For Python 2, the function raw_input() is used to get string input from the user via the command line, while the input() function returns will actually evaluate the input string and try to run it as Python code.
Answered by
3
Answer:
input () is the correct answer
Similar questions