快乐每一天


私信TA

用户名:dotcpp0718090

访问量:726

签 名:

顺利毕业!!!

等  级
排  名 1501
经  验 2831
参赛次数 0
文章发表 14
年  龄 0
在职情况 学生
学  校 江北
专  业 控制

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

myList=input().split()
mydict= {}
newList=[]
for temp in myList:
   newList.append(len(temp))
   if len(temp) not in mydict:
       mydict[len(temp)]=temp
   else:
       continue
print(mydict[max(newList)])
print(mydict[min(newList)])

 

0.0分

2 人评分

  评论区

  • «
  • »