##请问如何用python的dictionary写一个联系人通讯录程序,具体要求以及输出示例如下:
2条回答 默认 最新
- 辉煌仪奇 2021-10-27 09:31关注
maillistdic = {} while True: name = input("Enter the name of the contact ") if name not in maillistdic.keys(): mark = input('The name is new. Do you want to add the contact? y/n ') if mark.upper() == 'Y': phonenumber = input('Enter the telephone number ') maillistdic[name] = phonenumber print('The contact has been added ') else: print('The contact is already in your list') print("The telephone number is", maillistdic[name]) print('The following is your contact list ') for k, v in maillistdic.items(): print(k, v) mark=input('Do you want to process another transaction? y/n ') if mark.upper()!='Y': break
有帮助请采纳,有问题继续交流,你的采纳是对我回答的最大的肯定和动力
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 1无用
悬赏问题
- ¥15 qc代码,修改和添加东西
- ¥50 Unity的粒子系统使用shadergraph(内置管线)制作的一个顶点偏移shader,但是粒子模型移动时,顶点也会偏移
- ¥15 如何用python处理excel的数据(极值标准化)
- ¥15 三向应力状态求剪应力
- ¥15 jupyter notebook如何添加libGL.so.1库
- ¥20 easyPoi能否实现下拉多选或者复选框
- ¥15 网桥在转发帧时,会变帧的源地址和目的地址吗?
- ¥15 用Multisim设计汽车尾灯控制电路
- ¥100 求用matlab求解上述微分方程的程序代码
- ¥15 MAC安装佳能LBP2900驱动的网盘提取码