Hu0116_ 2021-10-27 08:57 采纳率: 70%
浏览 83
已结题

如何用python的dictionary编写一个联系人通讯录程序

##请问如何用python的dictionary写一个联系人通讯录程序,具体要求以及输出示例如下:

img

  • 写回答

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
    

    有帮助请采纳,有问题继续交流,你的采纳是对我回答的最大的肯定和动力

    img

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 11月6日
  • 已采纳回答 10月29日
  • 创建了问题 10月27日

悬赏问题

  • ¥15 Attention is all you need 的代码运行
  • ¥15 一个服务器已经有一个系统了如果用usb再装一个系统,原来的系统会被覆盖掉吗
  • ¥15 使用esm_msa1_t12_100M_UR50S蛋白质语言模型进行零样本预测时,终端显示出了sequence handled的进度条,但是并不出结果就自动终止回到命令提示行了是怎么回事:
  • ¥15 前置放大电路与功率放大电路相连放大倍数出现问题
  • ¥30 关于<main>标签页面跳转的问题
  • ¥80 部署运行web自动化项目
  • ¥15 腾讯云如何建立同一个项目中物模型之间的联系
  • ¥30 VMware 云桌面水印如何添加
  • ¥15 用ns3仿真出5G核心网网元
  • ¥15 matlab答疑 关于海上风电的爬坡事件检测