python-small-examples
@author jackzhenguo @desc @date 2019/3/4
52 获取用户输入
获取用户输入内容
In
[
1
]:
input
()
aa
Out
[
1
]:
'aa'
[上一个例子](/python-small-examples/md/51.html) [下一个例子](/python-small-examples/md/53.html)