readline instead of input or raw_input ? I'd recommend you do the following def bit_using_readline(source=sys.stdin.readline): #Or input, or whatever data = ...
確定! 回上一頁