I have a case where my script calls readlines() on sys.stdin followed by a call to input(), but that last call won\'t work.
readlines()
sys.stdin
input()
Here\'s