![]() |
#2
shujuk2017-06-05 16:25
|
a=input()
print('',end='')
b=input()
print('',end='')
c=input()
print('',end='')
d=input()
print('',end='')
e=input()
name=[a,b,c,d,e]
name.sort()
print('The names are',name)
最后一句话怎么去掉方括号和引号?
![](images/smilies/emot/em03.gif)