题解 | #单词统计#

单词统计

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)

全部评论

相关推荐

Java抽象带篮子:难蚌,点进图片上面就是我的大头😆
点赞 评论 收藏
分享
牛客410815733号:这是什么电影查看图片
点赞 评论 收藏
分享
评论
2
收藏
分享
牛客网
牛客企业服务