Python Programming - Console Input/Output - Discussion

Discussion Forum : Console Input/Output - General Questions (Q.No. 7)
7.
What is the purpose of the sys.stdin stream?
Reading input from the console
Writing output to the console
Standard error input
Redirecting output to a file
Answer: Option
Explanation:
sys.stdin is the standard input stream in Python, used for reading input from the console.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.