快手编程第一题python



s=input()
s_list=list(s)
s2=[]
temp={}
for i in s:
if i not in s2:
s2.append(i)
for i in s2:
temp[i]=s_list.count(i)

for key in sorted(temp.keys()):
print(key+str(temp[key]),end='')

#快手##笔试题目#
全部评论
看来是一套题,求第二个登楼梯的题解?
点赞 回复 分享
发布于 2018-09-10 21:23

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务