Closed xuchunyang closed 7 years ago
It looks like sys.stdin.read() always gets a string ended with a newline, so I think it is safe to remove it.
sys.stdin.read()
I don't know python, but this solves my issue #19.
Thanks for catching and fixing this!
It looks like
sys.stdin.read()
always gets a string ended with a newline, so I think it is safe to remove it.I don't know python, but this solves my issue #19.