The sys.stdin is another option of Python to take standard input from the users from the terminal. It calls the input() function internally and adds '\n' ...
確定! 回上一頁