the ________ function allows the user to give input to the program
Answers
Answered by
0
User Input. Python allows for user input. That means we are able to ask the user for input. The method is a bit different in Python 3.6 than Python 2.7. Python 3.6 uses the input() method. Python 2.7 uses the raw_input() method. The following example asks for the username, and when you entered the username, it gets printed on the screen:
Similar questions
Environmental Sciences,
2 months ago
Social Sciences,
2 months ago
Chemistry,
4 months ago
Computer Science,
4 months ago
Physics,
10 months ago