e=input('what's your name?') print('so you %s, %s, %s.' % (e,l,x))
我想创建一个程序,我需要在其中回答我的问题,但使用 input() 只会返回[so you , , .].
[so you , , .]
input raw-input python-3.x python-3.6
input ×1
python-3.6 ×1
python-3.x ×1
raw-input ×1