牛客277483075号
牛客277483075号
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
牛客277483075号的博客
全部文章
(共1篇)
题解 | #遍历字典#
operators_dict={'<':'less than','==':'equal'} print('Here is the original dict:') for key,val in sorted(operators_dict.items()): print(f'Operator {...
Python3
2022-06-03
2
419