标签: python stdout
test = input("Test: ")
$ python3 test.py 2> /dev/null
我可以输入值,但是Test:不会显示在输出中。如何指定将input()重定向到stdout?
Test:
input()