輸入姓名編號排序

用戶輸入一組僱員姓名和編號。程序能夠提供按照姓名排序輸出的功能,僱員姓名顯示在前面,後面是對應的僱員編號。python dict1 = {} while True: name = raw_input("Enter name:") if name == 'done': break number = raw_input("Enter the number:")
相關文章
相關標籤/搜索