What does stdin and stdout represent in Python?
Answers
Answered by
0
Explanation:
Standard input – This is the file-handle that a user program reads to get information from the user. ... We give input to the standard input (stdin). Standard output – The user program writes normal information to this file-handle. The output is returned via the Standard output (stdout).
Similar questions