位置:首页 > 软件操作教程 > 编程开发 > Python > 问题详情

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)
返回顶部