Computer Science, asked by siri362, 4 months ago

dash function is used to accept the value for a variable from the user in Python​

Answers

Answered by Mehlanitin
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 sy2398641
3

Answer:

input () is the correct answer

Similar questions