print "entry the news:"
news = sys.stdin.readline()
I copy paste news entry and the program just run my first line news, not the other. I've searched it for many times but there were no sites can answer my problem. I'm using Python 2.7
print "entry the news:"
news = sys.stdin.readline()
I copy paste news entry and the program just run my first line news, not the other. I've searched it for many times but there were no sites can answer my problem. I'm using Python 2.7