小编Car*_*ett的帖子

3.6 中 raw_input() 的替代品是什么?

e=input('what's your name?')

print('so you %s, %s, %s.' % (e,l,x))
Run Code Online (Sandbox Code Playgroud)

我想创建一个程序,我需要在其中回答我的问题,但使用 input() 只会返回[so you , , .].

input raw-input python-3.x python-3.6

0
推荐指数
1
解决办法
1万
查看次数

标签 统计

input ×1

python-3.6 ×1

python-3.x ×1

raw-input ×1