#LinkedListPhoneBook def insert(name, phone): return 0 def find(name): return 0 def delete(name): return 0 def list_all(): return 0