题解 | #单词统计#

单词统计

https://www.nowcoder.com/practice/0b6df47098e246ad8fc52002dcaea1fa

dict_input={'word': 2, 'while': 15, 'for': 20, 'if': 26, 'else': 14, 'print': 9}
input_world=input()
if input_world in dict_input.keys():
    dict_input[input_world]+=1
else:
    dict_input[input_world]=1
print(dict_input)

全部评论

相关推荐

头像
04-29 10:53
已编辑
东北大学 自动化类
点赞 评论 收藏
转发
1 收藏 评论
分享
牛客网
牛客企业服务