题解 | #单词统计#

单词统计

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)

全部评论

相关推荐

VirtualBool:都去逗他了?
点赞 评论 收藏
分享
每晚夜里独自颤抖:1600一个月?
点赞 评论 收藏
分享
评论
2
收藏
分享

创作者周榜

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