input 内置函数


input(prompt) 将不带结尾换行符,将 prompt 写入 sys.stdout 默认文本流。

然后,input 函数从交互输入读取一行,将其转换为字符串 (去掉末尾换行符) 并返回该字符串。

See also:

Copyright Notice: This article is exclusive original manuscripts, copyrighted by Happy Digits Software , shall not be reproduced without permission.

Previous topic

print 函数

Next topic

print 函数

Quick search