Python Programming - Console Input/Output - Discussion

Discussion Forum : Console Input/Output - General Questions (Q.No. 1)
1.
How can you take user input from the console?
console.input()
input()
read.console()
console.read_input()
Answer: Option
Explanation:
The input() function is used to take user input from the console in Python. It reads a line from the console and returns it as a string.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.