题解 | #单词统计#

单词统计

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)

全部评论

相关推荐

06-11 15:52
东南大学 C++
问了一下hr,这个回答是G了吗
椛鸣:我遇到过 我给你翻一下 对不起 我之前把你当备胎了 现在我人已经招满了 ***吧
点赞 评论 收藏
分享
嵌入式求职之路:可以看我经验😂,https://www.nowcoder.com/share/jump/73221730841876945
点赞 评论 收藏
分享
我就是0offer糕手:北大不乱杀
点赞 评论 收藏
分享
评论
2
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务