stdin.readline 从控制台读入输入信息在python中的操作
提问人:杨紫红发布时间:2020-11-19
>>> import sys
>>> v = sys.stdin.readline()
He who laughs last thinks slowest
>>> print(v)
He who laughs last thinks slowest
继续查找其他问题的答案?
相关视频回答
回复(0)
>>> import sys
>>> v = sys.stdin.readline()
He who laughs last thinks slowest
>>> print(v)
He who laughs last thinks slowest
点击加载更多评论>>