题解 | #遍历字典#

遍历字典

https://www.nowcoder.com/practice/0315639767824323a2cdb9ee3f998314

# 题目都说了先创建一个字典,就别想着偷懒了
operators_dict = {"<": "less than", "==": "equal"}
print("Here is the original dict:")
for i in sorted(operators_dict):
    print(f"Operator {i} means {operators_dict[i]}.")
operators_dict[">"] = "greater than"
print()
print("The dict was changed to:")
for i in sorted(operators_dict):
    print(f"Operator {i} means {operators_dict[i]}.")

全部评论

相关推荐

10-10 01:10
已编辑
深圳大学 测试开发
面了100年面试不知...:六月到九月,四个项目一个实习,是魔丸吗
投了多少份简历才上岸
点赞 评论 收藏
分享
10-13 13:49
南京大学 财务
饿魔:笑死我了,你简直是个天才
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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