2026-rff_mp/GutovVM/docs/data/1.py
2026-04-19 16:27:02 +03:00

15 lines
153 B
Python

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